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

Cannot use backslash to continue long string lines #10

Open
dplassgit opened this issue Jun 30, 2023 · 0 comments
Open

Cannot use backslash to continue long string lines #10

dplassgit opened this issue Jun 30, 2023 · 0 comments

Comments

@dplassgit
Copy link

nasm allows this syntax:

bigtext: db 'Lorem ipsem', 10, \
 'second line', 10 \
 'third line', 10, 0

But tinyasm gives errors:

Error: Missing apostrophe at line 3
Error: extra characters at end of line 3
Error: Undefined instruction ''second line', 10, \' at line 4
Error: Undefined instruction ''third line', 10, \' at line 5
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