From: John Tsiombikas Date: Sat, 15 Feb 2020 17:11:25 +0000 (+0200) Subject: previous vasm version treats the \ in row7 as the start of an escape sequence X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=zxkeybtest;a=commitdiff_plain previous vasm version treats the \ in row7 as the start of an escape sequence --- diff --git a/zxkeybtest.asm b/zxkeybtest.asm index 55d1bfe..fa4e36c 100644 --- a/zxkeybtest.asm +++ b/zxkeybtest.asm @@ -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