previous vasm version treats the \ in row7 as the start of an escape sequence master
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 15 Feb 2020 17:11:25 +0000 (19:11 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 15 Feb 2020 17:11:25 +0000 (19:11 +0200)
zxkeybtest.asm

index 55d1bfe..fa4e36c 100644 (file)
@@ -297,7 +297,7 @@ str_row3 asciiz 'ROW3: 5 4 3 2 1: '
 str_row4 asciiz 'ROW4: 6 7 8 9 0: '
 str_row5 asciiz 'ROW5: Y U I O P: '
 str_row6 asciiz 'ROW6: H J K L ^: '
-str_row7 asciiz 'ROW7: B N M ] \: '
+str_row7 asciiz 'ROW7: B N M ] \\: '
 
        include glyphs.inc
        include logo.inc