mirror of
https://github.com/cc65/cc65.git
synced 2024-11-02 18:06:48 +00:00
16 lines
137 B
ArmAsm
16 lines
137 B
ArmAsm
|
;
|
||
|
; Ullrich von Bassewitz, 13.09.2000
|
||
|
;
|
||
|
; Screen size variables
|
||
|
;
|
||
|
|
||
|
.export xsize, ysize
|
||
|
|
||
|
.rodata
|
||
|
|
||
|
xsize: .byte 40
|
||
|
ysize: .byte 25
|
||
|
|
||
|
|
||
|
|