mirror of
https://github.com/cc65/cc65.git
synced 2025-02-03 22:32:24 +00:00
feb5026823
* Added option to disable the force-to-uppercase behavior of the apple2 target. * Fixed dangling spaces.
10 lines
143 B
ArmAsm
10 lines
143 B
ArmAsm
;
|
|
; Oliver Schmidt, 2024-08-06
|
|
;
|
|
|
|
.export uppercasemask
|
|
|
|
.data
|
|
|
|
uppercasemask: .byte $DF ; Convert to uppercase
|