initial (identical) minimal "library" for assembly support for c65 and mega65. taken from #1792
This commit is contained in:
16
libsrc/mega65/loadaddr.s
Normal file
16
libsrc/mega65/loadaddr.s
Normal file
@@ -0,0 +1,16 @@
|
||||
;
|
||||
; 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
|
||||
|
||||
Reference in New Issue
Block a user