Giter Site home page Giter Site logo

arkenidar / simple Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 56 KB

microcode machine (a C runtime and some microprograms are included). The challenge is compression of programs in this format. TODO: outputting that triggers memory mutation (program+data) for self-modification and read/write memory access by computed index.

Home Page: https://en.wikipedia.org/wiki/Microcode

License: Mozilla Public License 2.0

C 97.05% Makefile 1.72% CMake 1.23%
programmable

simple's Introduction

The instruction is defined as:

  • ADDRESSES
    • 1- Input Address
      • (it defines where to read from: Memory or Input device)
    • 2- Output Address
      • (it defines where to write: Memory or Output device)
  • INSTRUCTIONS
    • 3- Instruction for case 0
      • (executed when the bit in Path Selector address is 0)
    • 4- Instruction for case 1
      • (executed when the bit in Path Selector address is 1)

Execution of one instruction: bit copy and path selection phases.

  • BIT COPY
    • 1- input phase (Read from input address)
    • 2- output phase (write to output address a copy of the bit from input address)
  • PATH SELECTION
    • 3- instruction selection phase (instruction selection from Path Selector address, address that could be written or not in the output phase).

https://en.wikipedia.org/wiki/Microcode https://en.wikipedia.org/wiki/One_instruction_set_computer

simple's People

Contributors

arkenidar avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.