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:
19
libsrc/lynx/bllhdr.s
Normal file
19
libsrc/lynx/bllhdr.s
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user