mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Suppress call to copydata routine, which seems to
be necessary only in very special cases that are unclear at the moment.
This commit is contained in:
parent
0303b0cc6c
commit
608e9875fb
@ -36,10 +36,11 @@ _init: LDX #$FF ; Initialize stack pointer to $01FF
|
|||||||
|
|
||||||
; ---------------------------------------------------------------------------
|
; ---------------------------------------------------------------------------
|
||||||
; Initialize memory storage
|
; Initialize memory storage
|
||||||
|
; copydata seems to be only necessary for special systems
|
||||||
|
|
||||||
; JSR zerobss ; Clear BSS segment
|
JSR zerobss ; Clear BSS segment
|
||||||
; JSR copydata ; Initialize DATA segment
|
; JSR copydata ; Initialize DATA segment
|
||||||
; JSR initlib ; Run constructors
|
JSR initlib ; Run constructors
|
||||||
|
|
||||||
; ---------------------------------------------------------------------------
|
; ---------------------------------------------------------------------------
|
||||||
; Call main()
|
; Call main()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user