Skip to content

Cannot use backslash to continue long string lines #10

@dplassgit

Description

@dplassgit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions