1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-08 06:25:17 +00:00
Files
cc65/libsrc/cbm/loadaddr.s
Stefan A. Haubenthal 774e275965 Fixed many comments
2025-03-24 20:52:55 +01:00

17 lines
400 B
ArmAsm

;
; 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 executable 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