]> git.sur5r.net Git - cc65/blob - libsrc/apple2/_scrsize.s
Remove the ",r" spec
[cc65] / libsrc / apple2 / _scrsize.s
1 ;
2 ; Ullrich von Bassewitz, 26.10.2000
3 ;
4 ; Screen size variables
5 ;
6
7         .export         xsize, ysize
8
9 .rodata
10
11 xsize:  .byte   40
12 ysize:  .byte   24
13
14
15