Scanner Comment Bug #1

Closed
opened 2022-10-17 21:24:27 -05:00 by glm94 · 1 comment
Owner

When the Scanner is parsing either a register, label or a generic identifier (like a variable name or a 'jmp label') it fails to stop at the semi-colon and includes it as if its part of a name. So 'r4;comment' is parsed as an identifier name 'r4;comment' instead of register R4.

When the Scanner is parsing either a register, label or a generic identifier (like a variable name or a 'jmp label') it fails to stop at the semi-colon and includes it as if its part of a name. So 'r4;comment' is parsed as an identifier name 'r4;comment' instead of register R4.
glm94 added the bug label 2022-10-17 21:24:27 -05:00
Author
Owner

Patched as of commit a9e57132be.

Patched as of commit a9e57132be.
glm94 closed this issue 2023-04-14 13:31:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: glm94/assm-test#1