1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-18 00:29:02 +00:00
cc65/libsrc/cbm510/_scrsize.s

16 lines
137 B
ArmAsm
Raw Normal View History

;
; Ullrich von Bassewitz, 13.09.2000
;
; Screen size variables
;
.export xsize, ysize
.rodata
xsize: .byte 40
ysize: .byte 25