Skip to content

Resolve issue with carriage return breaking whitespace character literals#148

Merged
andrew-davie merged 2 commits into
dasm-assembler:masterfrom
ajxs:resolve_issue_with_carriage_return_breaking_character_literals
Jul 7, 2026
Merged

Resolve issue with carriage return breaking whitespace character literals#148
andrew-davie merged 2 commits into
dasm-assembler:masterfrom
ajxs:resolve_issue_with_carriage_return_breaking_character_literals

Conversation

@ajxs

@ajxs ajxs commented Jun 8, 2024

Copy link
Copy Markdown
Contributor

This change resolves an issue where a character literal for a space (ASCII 0x20) (such as LDAA #') followed by a trailing carriage return character (\r, ASCII 0xD), will be encoded incorrectly. The parser treats the trailing \r as the character to encode.

@ajxs

ajxs commented Jul 7, 2026

Copy link
Copy Markdown
Contributor Author

Hi @andrew-davie , when you have a chance, could you review this PR?

@andrew-davie andrew-davie merged commit c361b82 into dasm-assembler:master Jul 7, 2026
@andrew-davie

Copy link
Copy Markdown
Member

Done

@ajxs

ajxs commented Jul 7, 2026

Copy link
Copy Markdown
Contributor Author

Thank you!

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

Successfully merging this pull request may close these issues.

2 participants