You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
envenomator
changed the title
Using comment ';' immediately after macro command results in error 'Incorrect number of macro arguments'
Using comment ';' immediately after macro command without arguments results in error 'Incorrect number of macro arguments'
Dec 21, 2024
e.g.
macro test
ld a,0
endmacro
test;comment
will NOT work.
test ;comment
will work
The text was updated successfully, but these errors were encountered: