1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00
cc65/libsrc/cbm/loadaddr.s

17 lines
399 B
ArmAsm
Raw Normal View History

;
; Ullrich von Bassewitz, 2010-11-13
;
; This module supplies the load address that is expected by Commodore
; machines in the first two bytes of an excutable disk file.
;
; The following symbol is used by linker config to force the module
; to get included into the output file
.export __LOADADDR__: absolute = 1
.segment "LOADADDR"
.addr *+2