mirror of
https://github.com/cc65/cc65.git
synced 2025-02-09 17:33:00 +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
|
|
|
|
|
|
|