.word __STARTUP_LOAD__ ; Start address
.word __BSS_LOAD__ - __STARTUP_LOAD__ ; Size
-; ------------------------------------------------------------------------
-; Create an empty LOWCODE segment to avoid linker warnings
-
-.segment "LOWCODE"
-
; ------------------------------------------------------------------------
; Place the startup code in a special segment.
.include "atmos.inc"
-; ------------------------------------------------------------------------
-; Create an empty LOWCODE segment to avoid linker warnings
-
-.segment "LOWCODE"
-
; ------------------------------------------------------------------------
; Oric tape header
.include "../plus4/plus4.inc"
-; ------------------------------------------------------------------------
-; Create an empty LOWCODE segment to avoid linker warnings
-
-.segment "LOWCODE"
-
; ------------------------------------------------------------------------
; Place the startup code in a special segment.
.include "c64.inc"
-; ------------------------------------------------------------------------
-; Create an empty LOWCODE segment to avoid linker warnings
-
-.segment "LOWCODE"
-
; ------------------------------------------------------------------------
; Place the startup code in a special segment.
.export _exit
.include "../inc/jumptab.inc"
-; ------------------------------------------------------------------------
-; Create an empty LOWCODE segment to avoid linker warnings
-
-.segment "LOWCODE"
-
; ------------------------------------------------------------------------
; Place the startup code in a special segment.
.byte 0,0,0,0,0,0,0,0 ; 8 zeroes
-; ------------------------------------------------------------------------
-; Create an empty LOWCODE segment to avoid linker warnings
-
-.segment "LOWCODE"
-
; ------------------------------------------------------------------------
; Place the startup code in a special segment.
.include "pet.inc"
.include "../cbm/cbm.inc"
-; ------------------------------------------------------------------------
-; Create an empty LOWCODE segment to avoid linker warnings
-
-.segment "LOWCODE"
-
; ------------------------------------------------------------------------
; Place the startup code in a special segment.
.include "vic20.inc"
.include "../cbm/cbm.inc"
-; ------------------------------------------------------------------------
-; Create an empty LOWCODE segment to avoid linker warnings
-
-.segment "LOWCODE"
-
; ------------------------------------------------------------------------
; Place the startup code in a special segment.