diff options
Diffstat (limited to 'demo/prog.asm')
-rw-r--r-- | demo/prog.asm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/demo/prog.asm b/demo/prog.asm new file mode 100644 index 0000000..ed55b56 --- /dev/null +++ b/demo/prog.asm @@ -0,0 +1,8 @@ +ORG 50 +LDA A +ADD B +STA C +HLT +A, DEC 8 +B, DEC 3 +C, DEC 0 |