diff options
Diffstat (limited to 'program.asm')
| -rw-r--r-- | program.asm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/program.asm b/program.asm deleted file mode 100644 index 74bebdd..0000000 --- a/program.asm +++ /dev/null @@ -1,10 +0,0 @@ -; add -mov a, 10 -mov b, 5 -add a, b - -; sub -mov a, 15 -mov b, 15 -sub a, b -hlt |
