Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EX AF,AF' expecting RULE_REGISTER_AF_SHADOW #1

Open
stefandrissen opened this issue Feb 19, 2016 · 0 comments
Open

EX AF,AF' expecting RULE_REGISTER_AF_SHADOW #1

stefandrissen opened this issue Feb 19, 2016 · 0 comments

Comments

@stefandrissen
Copy link

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

  • mismatched character '' expecting '''
  • mismatched input 'AF' expecting RULE_REGISTER_AF_SHADOW

When using lower case for the shadow register, everything is fine:

ex af,af' is fine as is EX AF,af'

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant