1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00
cc65/libsrc/cbm510/_scrsize.s
cuz 259967895f Started to add support for the P500 aka CBM510
git-svn-id: svn://svn.cc65.org/cc65/trunk@911 b7a2c559-68d2-44c3-8de9-860c34a00d81
2001-09-13 21:09:19 +00:00

16 lines
137 B
ArmAsm

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