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
Hi thanks for creating such a nice, small assembler.
Using the latest version and following your YT tutorial for the pico, I accidentally left a trailing newline with:
ldr r3, (r1, 42)
and got an error of:
[hw.s, 0] error: junk character ')'
which I only realised by chance was due to the missing end of line.
The text was updated successfully, but these errors were encountered:
Hi thanks for creating such a nice, small assembler.
Using the latest version and following your YT tutorial for the pico, I accidentally left a trailing newline with:
and got an error of:
which I only realised by chance was due to the missing end of line.
The text was updated successfully, but these errors were encountered: