Fixed a bug with labels not advancing the parser after being processed resulting in a redefinition error.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
.db null_byte 0
|
||||
|
||||
;load r2, label
|
||||
something_insance:
|
||||
load byte r1, r3
|
||||
load r1, r3
|
||||
load r1, 5
|
||||
Reference in New Issue
Block a user