]> git.sur5r.net Git - cc65/blob - libsrc/cbm/loadaddr.s
goto.c warning fix for implicit truncation
[cc65] / libsrc / cbm / loadaddr.s
1 ;
2 ; Ullrich von Bassewitz, 2010-11-13
3 ;
4 ; This module supplies the load address that is expected by Commodore
5 ; machines in the first two bytes of an excutable disk file.
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         __LOADADDR__: absolute = 1
12
13 .segment        "LOADADDR"
14
15         .addr   *+2
16