]> git.sur5r.net Git - cc65/blob - libsrc/cbm510/extzp.s
Small size optimizations
[cc65] / libsrc / cbm510 / extzp.s
1 ;
2 ; Ullrich von Bassewitz, 2003-02-16
3 ;
4 ; Additional zero page locations for the CBM510.
5 ; NOTE: The zeropage locations contained in this file get initialized
6 ; in the startup code, so if you change anything here, be sure to check
7 ; not only the linker config, but also the startup file.
8 ;
9
10 ; ------------------------------------------------------------------------
11
12         .include        "extzp.inc"
13
14 .segment        "EXTZP" : zeropage
15
16 vic:            .res    2
17 sid:            .res    2
18 cia1:           .res    2
19 cia2:           .res    2
20 acia:           .res    2
21 tpi1:           .res    2
22 tpi2:           .res    2
23 ktab1:          .res    2
24 ktab2:          .res    2
25 ktab3:          .res    2
26 ktab4:          .res    2
27 time:           .res    4
28 RecvBuf:        .res    2               ; RS232 receive buffer
29 SendBuf:        .res    2               ; RS232 transmit buffer
30