Fixed some parser bugs processing the syntax for some LOAD instruction types.
This commit is contained in:
+3
-1
@@ -5,4 +5,6 @@
|
||||
.db null_byte 0
|
||||
|
||||
;load r2, label
|
||||
load byte r1, r3
|
||||
load byte r1, r3
|
||||
load r1, r3
|
||||
load r1, 5
|
||||
Reference in New Issue
Block a user