Fixed a bug in the parser not setting an identifier when one is used with a CMP and fixed a bug in the example assembly program.
This commit is contained in:
@@ -28,7 +28,7 @@ _end:
|
||||
; Returns: R2 - Contains the length of the string
|
||||
strlen:
|
||||
copy r2, 0 ; length
|
||||
copy byte r4, [r1]
|
||||
copy byte r3, [r1]
|
||||
cmp r3, 0
|
||||
jz end ;The string is zero length
|
||||
loop:
|
||||
|
||||
Reference in New Issue
Block a user