.byte --> .data1

This commit is contained in:
ceriel 1987-01-28 19:02:25 +00:00
parent 0bbda61037
commit f35c426e26

View file

@ -47,9 +47,9 @@ fetch: inx h
mov a,m mov a,m
jmp 2b jmp 2b
! conversion table for NASCOM characters ! conversion table for NASCOM characters
tab: .byte 0x0D,0x00 tab: .data1 0x0D,0x00
.byte 0x1B,0x1E .data1 0x1B,0x1E
.byte 0x08,0x1D .data1 0x08,0x1D
.byte 0x0A,0x1F .data1 0x0A,0x1F
.byte 0x7F,0x00 .data1 0x7F,0x00