Added a file header
git-svn-id: svn://svn.cc65.org/cc65/trunk@1332 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -7,11 +7,20 @@
|
||||
.export _exit
|
||||
.import initlib, donelib
|
||||
.import zerobss, push0
|
||||
.import __CODE_LOAD__, __BSS_LOAD__ ; Linker generated
|
||||
.import _main
|
||||
|
||||
.include "zeropage.inc"
|
||||
.include "apple2.inc"
|
||||
|
||||
; ------------------------------------------------------------------------
|
||||
; The executable header
|
||||
|
||||
.segment "EXEHDR"
|
||||
|
||||
.word __CODE_LOAD__ ; Start address
|
||||
.word __BSS_LOAD__ - __CODE_LOAD__ ; Size
|
||||
|
||||
; ------------------------------------------------------------------------
|
||||
; Actual code
|
||||
|
||||
|
||||
Reference in New Issue
Block a user