SimpleVM Playground
by Tom Marks
program view
; load immediate values and do arithmetic Imm B 5 Imm A 7 Add A B A ; load 0xf0 into A Imm A $f0 ; system call 0xf0, halt the program System A Zero 0
vm control
A: 0 B: 0 C: 0 M: 0
Last executed:
N/A
Next:
N/A
Build
VM Memory Size
VM Clock Speed
Loaded Program Offset
Enable Screen
Map Screen Memory To
Enable Terminal Output
Map Terminal Output To
Run
Step
Reset
Edit