Added more instructions for the parser to emit and refactored the code in doing so.
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user