Test another weird delimiter: .ASCIZ &&

This commit is contained in:
Olaf Seibert
2018-11-10 16:55:08 +01:00
parent 78fb685e59
commit c80c87b2d4
2 changed files with 21 additions and 18 deletions

View File

@@ -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