Allow different output formats using additional linker configs. Contributed by

Karri Kaksonen.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4925 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2011-01-26 22:14:42 +00:00
parent 76c543a26f
commit e654ad49eb
8 changed files with 222 additions and 109 deletions

19
libsrc/lynx/bllhdr.s Normal file
View File

@@ -0,0 +1,19 @@
;
; Karri Kaksonen, 2011
;
; This header is required for BLL builds.
;
.import __BSS_LOAD__
.import __RAM_START__
.export __BLLHDR__: absolute = 1
; ------------------------------------------------------------------------
; BLL header (BLL header)
.segment "BLLHDR"
.word $0880
.dbyt __RAM_START__
.dbyt __BSS_LOAD__ - __RAM_START__ + 10
.byte $42,$53
.byte $39,$33