mirror of
https://github.com/cc65/cc65.git
synced 2026-04-25 22:18:27 +00:00
Place data into RODATA, not CODE
git-svn-id: svn://svn.cc65.org/cc65/trunk@264 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
; adapted to Atari by Christian Groessler, June 2000
|
||||
;
|
||||
|
||||
; The tables are readonly, put them into the code segment
|
||||
; The tables are readonly, put them into the rodata segment
|
||||
|
||||
.code
|
||||
.rodata
|
||||
|
||||
; Value that must be added to an upper case char to make it lower case
|
||||
; char (example: for ASCII, this must be $E0).
|
||||
@@ -242,7 +242,7 @@ __ctype:
|
||||
.byte $00 ; 189/bd ___inv_=_____
|
||||
.byte $00 ; 190/be ___inv_>_____
|
||||
.byte $00 ; 191/bf ___inv_?_____
|
||||
|
||||
|
||||
.byte $00 ; 192/c0 ___inv_@_____
|
||||
.byte $0A ; 193/c1 ___inv_A_____
|
||||
.byte $0A ; 194/c2 ___inv_B_____
|
||||
|
||||
Reference in New Issue
Block a user