Added more instructions for the parser to emit and refactored the code in doing so.

This commit is contained in:
2022-08-28 15:37:56 -05:00
parent c2111e2b88
commit 0d3f8a460e
5 changed files with 141 additions and 74 deletions
+5 -1
View File
@@ -2,7 +2,11 @@
;.db msg "Hello, world!", 0
;.db more_stuff "AA", 0
copy r7, 45 ; //
cmp r8, 41 ;1000 1111
cmp r8, 45 ;1000 1111
add r4, 30
sub r1, 69
int 20
jz 45
;copy r1, 45 ;//B0 = 10110000
;copy 2, 45