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
Just giving a quick spin with my Z80 sources (Comet Assembler) for the SAM Coupé. While trying to get rid of all of the errors due to syntax differences (defb -> .db, org -> .org, &FF -> $FF, equ -> .define) I ran into one interesting minor issue:
Hi!
Just giving a quick spin with my Z80 sources (Comet Assembler) for the SAM Coupé. While trying to get rid of all of the errors due to syntax differences (defb -> .db, org -> .org, &FF -> $FF, equ -> .define) I ran into one interesting minor issue:
EX AF,AF' throws:
Multiple markers at this line
When using lower case for the shadow register, everything is fine:
ex af,af' is fine as is EX AF,af'
Thanks!
The text was updated successfully, but these errors were encountered: