mirror of
https://github.com/open-simh/simtools.git
synced 2026-05-03 14:38:41 +00:00
Remove dubious workaround in parse_unary().
The comment "eat first char of illegal label, else endless loop on implied .WORD" was no longer true. It did reveal some other small gotchas, which are corrected now as well.
This commit is contained in:
@@ -17,6 +17,7 @@ SOH = 1
|
||||
.asciz &###& ; another weird delimiter
|
||||
.asciz =DEF= ; syntax error: assignment
|
||||
.asciz =###= ; syntax error: assignment
|
||||
.even
|
||||
.asciz :SOH: ; syntax error: colon not allowed
|
||||
.asciz :###: ; syntax error: colon not allowed
|
||||
.asciz ^###^ ; previous versions of this macro11
|
||||
|
||||
Reference in New Issue
Block a user