Separate header and trailers of Atari system_check chunk.
This allows to omit the headers and trailers if needed.
This commit is contained in:
16
libsrc/atari/system_check_hdr.s
Normal file
16
libsrc/atari/system_check_hdr.s
Normal file
@@ -0,0 +1,16 @@
|
||||
;
|
||||
; Atari startup system check headers
|
||||
;
|
||||
; Christian Groessler, chris@groessler.org, 2013
|
||||
;
|
||||
.export __SYSCHKHDR__: absolute = 1
|
||||
.import __SYSCHK_LOAD__, __SYSCHK_END__
|
||||
|
||||
; ------------------------------------------------------------------------
|
||||
; Chunk header
|
||||
|
||||
.segment "SYSCHKHDR"
|
||||
|
||||
.word __SYSCHK_LOAD__
|
||||
.word __SYSCHK_END__ - 1
|
||||
|
||||
Reference in New Issue
Block a user