Skip to content
/ tinypc Public

Tiny person computer: LMC assembly interpreter written in pure safe Rust. [Mirror]

Notifications You must be signed in to change notification settings

devraza/tinypc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tiny person computer: LMC assembly interpreter written in pure safe Rust. [Mirror]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages