mirror of
https://github.com/open-simh/simtools.git
synced 2026-05-02 06:15:20 +00:00
Test another weird delimiter: .ASCIZ &&
This commit is contained in:
@@ -14,6 +14,7 @@ SOH = 1
|
||||
.asciz ;ABC;/DEF/ ; ABCDEF, not recommended practice
|
||||
.asciz /ABC/;DEF; ; ABC, not recommended practice
|
||||
.asciz /ABC/=DEF= ; ABCDEF, not recommended practice
|
||||
.asciz &###& ; another weird delimiter
|
||||
.asciz =DEF= ; syntax error: assignment
|
||||
.asciz =###= ; syntax error: assignment
|
||||
.asciz :SOH: ; syntax error: colon not allowed
|
||||
|
||||
Reference in New Issue
Block a user