Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 490 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 490 Bytes

sim

A working, user friendly processer simulator

PHASE I LIST

  • DONE All functions except anything involving SP.
  • DONE Basic ROM.
  • DONE Flag register and ALU.
  • TODO Print output registers and memory.

PHASE II LIST

  • TODO SP functions like push pop etc. ** Detecting labels
  • TODO File reading capabilities. ** Both code and memory files ** Very basic compilation
  • TODO IR/MS registers.
  • TODO More advanced ROM. ** All functions. ** Ability to use functions on all registers.