atari-asm.cfg linker config file
This commit is contained in:
8
libsrc/atari/exehdr.s
Normal file
8
libsrc/atari/exehdr.s
Normal file
@@ -0,0 +1,8 @@
|
||||
; This file defines the EXE header for Atari executables
|
||||
|
||||
.export __EXEHDR__: absolute = 1
|
||||
|
||||
.segment "EXEHDR"
|
||||
|
||||
.word $FFFF
|
||||
|
||||
Reference in New Issue
Block a user