]> git.sur5r.net Git - cc65/blob - libsrc/cbm510/kscreen.s
Renamed the defines in symdefs.h to something more meaningful. They were named
[cc65] / libsrc / cbm510 / kscreen.s
1 ;
2 ; Ullrich von Bassewitz, 2003-12-19
3 ;
4 ; SCREEN kernal call
5 ;
6
7         .export         SCREEN
8
9
10 .proc   SCREEN
11
12         ldx     #40             ; Columns
13         ldy     #25             ; Lines
14         rts
15
16 .endproc