Separate header and trailers of Atari system_check chunk.
This allows to omit the headers and trailers if needed.
This commit is contained in:
17
libsrc/atari/system_check_trailer.s
Normal file
17
libsrc/atari/system_check_trailer.s
Normal file
@@ -0,0 +1,17 @@
|
||||
;
|
||||
; Atari startup system check headers
|
||||
;
|
||||
; Christian Groessler, chris@groessler.org, 2013
|
||||
;
|
||||
.export __SYSCHKTRL__: absolute = 1
|
||||
.import __SYSTEM_CHECK__
|
||||
|
||||
.include "atari.inc"
|
||||
; ------------------------------------------------------------------------
|
||||
; Chunk "trailer" - sets INITAD
|
||||
|
||||
.segment "SYSCHKTRL"
|
||||
|
||||
.word INITAD
|
||||
.word INITAD+1
|
||||
.word __SYSTEM_CHECK__
|
||||
Reference in New Issue
Block a user