We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Fiddling with the Zilog Z8 and the asl assembler I run into this problem: (this is trying to assemble Z8671 tiny basic)
In the source there is this:
S14 BC PRNT, "\"" ; PRINT STRING (WITHOUT KEYWORD)
it errors out on assembly with:
> > >tb_il_z8671.asm(93) BC(6) DS7(1): error: number of opening/closing parentheses does not match
The macro itself looks like this:
;BC a "xxx" 80xxxxXx-9FxxxxXx String Match Branch. BC macro n, s if "n"="*" db 80h else db 80h + n - $ - 1 endif ds7 s endm
Thanks in advance for your time. Gert
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Fiddling with the Zilog Z8 and the asl assembler I run into this problem:
(this is trying to assemble Z8671 tiny basic)
In the source there is this:
S14 BC PRNT, "\"" ; PRINT STRING (WITHOUT KEYWORD)
it errors out on assembly with:
> > >tb_il_z8671.asm(93) BC(6) DS7(1): error: number of opening/closing parentheses does not match
The macro itself looks like this:
Thanks in advance for your time.
Gert
The text was updated successfully, but these errors were encountered: