projects
/
zxkeybtest
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0021a95
)
previous vasm version treats the \ in row7 as the start of an escape sequence
master
author
John Tsiombikas
<nuclear@member.fsf.org>
Sat, 15 Feb 2020 17:11:25 +0000
(19:11 +0200)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Sat, 15 Feb 2020 17:11:25 +0000
(19:11 +0200)
zxkeybtest.asm
patch
|
blob
|
history
diff --git
a/zxkeybtest.asm
b/zxkeybtest.asm
index
55d1bfe
..
fa4e36c
100644
(file)
--- 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