]> git.sur5r.net Git - cc65/blob - libsrc/cbm/overlayaddr.s
atari5200: testcode/lib/atari5200/hello.c: adapt to changed COLOR_xxx defines
[cc65] / libsrc / cbm / overlayaddr.s
1 ;
2 ; Oliver Schmidt, 2013-05-28
3 ;
4 ; This module supplies the load addresses that are expected by Commodore
5 ; machines in the first two bytes of overlay disk files.
6 ;
7
8
9         ; The following symbol is used by linker config to force the module
10         ; to get included into the output file
11         .export         __OVERLAYADDR__: absolute = 1
12
13 .segment        "OVL1ADDR"
14
15         .addr   *+2
16
17 .segment        "OVL2ADDR"
18
19         .addr   *+2
20
21 .segment        "OVL3ADDR"
22
23         .addr   *+2
24
25 .segment        "OVL4ADDR"
26
27         .addr   *+2
28
29 .segment        "OVL5ADDR"
30
31         .addr   *+2
32
33 .segment        "OVL6ADDR"
34
35         .addr   *+2
36
37 .segment        "OVL7ADDR"
38
39         .addr   *+2
40
41 .segment        "OVL8ADDR"
42
43         .addr   *+2
44
45 .segment        "OVL9ADDR"
46
47         .addr   *+2