Things to do with the Little Man Computer (LMC).
- An LMC interpreter written in Python, compatible with Peter Higginson's LMC simulator.
- Options to have memory addresses/values wrap around / not wrap around.
- Also implements the non-standard
OTCinstruction (code 922) to output characters. - Fast:
0.2msto parse 78 lines,0.3msto run 173 instructions (not counting I/O). - Can disable non-standard features with
extensions=False.