Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 360 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 360 Bytes

tinypc

LMC assembly interpreter written in pure safe Rust.

Supported Instructions

tinypc has support for all of the typical LMC instructions.

Note Adding on more useful instructions such as a multiply instruction is beyond the scope of this interpreter.

  • INP
  • LDA
  • OUT
  • STA
  • ADD
  • SUB
  • BRA
  • BRP
  • BRZ
  • DAT
  • HLT