The main function will now write out the output of the parser.

This commit is contained in:
2022-08-29 21:23:02 +00:00
parent 6c7b8d5356
commit 3c7056c5e6
4 changed files with 22 additions and 34 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
.db msg "Hello, world!", 0
.db more_stuff "AA", 0
copy r7, msg ; //
cmp r8, r3 ;1000 1111
add r4, r1
cmp r8, msg ;1000 1111
add r4, 0x42
sub r1, r8
int 20
jz 45