mirror of
https://github.com/cc65/cc65.git
synced 2025-01-26 17:36:57 +00:00
As a test, remove the SYS header from the startup code and use the one
supplied by the new exehdr module. git-svn-id: svn://svn.cc65.org/cc65/trunk@4862 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
62e39780bc
commit
577247df58
@ -16,21 +16,6 @@
|
|||||||
.include "c64.inc"
|
.include "c64.inc"
|
||||||
|
|
||||||
|
|
||||||
; ------------------------------------------------------------------------
|
|
||||||
; BASIC header with a SYS call
|
|
||||||
|
|
||||||
.segment "EXEHDR"
|
|
||||||
|
|
||||||
Head: .word @Next
|
|
||||||
.word .version ; Line number
|
|
||||||
.byte $9E ; SYS token
|
|
||||||
.byte <(((Start / 1000) .mod 10) + '0')
|
|
||||||
.byte <(((Start / 100) .mod 10) + '0')
|
|
||||||
.byte <(((Start / 10) .mod 10) + '0')
|
|
||||||
.byte <(((Start / 1) .mod 10) + '0')
|
|
||||||
.byte $00 ; End of BASIC line
|
|
||||||
@Next: .word 0 ; BASIC end marker
|
|
||||||
|
|
||||||
; ------------------------------------------------------------------------
|
; ------------------------------------------------------------------------
|
||||||
; Startup code
|
; Startup code
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user