Replies: 1 comment 1 reply
-
Oh! I just haven't set apostrophes to be allowed in patterns. I think there should be no problem in allowing it in the next version. Could you please create an issue for this? Out of curiosity, is that standard syntax for the Z80? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have done a draft of a Z80 definition for use with customASM.
It seems I can't use a ' in a definition.
Here is my definition for this instruction:
#ruledef
{
ex af,af' => 0x08
}
And the result:
customasm v0.11.14-1-gcc05721 (2022-01-30, x86_64-unknown-linux-gnu)
assembling
test_cpu.asm
...error: unexpected character
--> test_cpu.asm:219:10:
217 |
218 | EX DE,HL
219 | EX AF,AF'
| ^
How can we solve this?
Beta Was this translation helpful? Give feedback.
All reactions