Remove unneeded commented code.
This commit is contained in:
@@ -38,10 +38,8 @@ _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 initlib ; Run constructors
|
jsr initlib ; Run constructors
|
||||||
|
|
||||||
; ---------------------------------------------------------------------------
|
; ---------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user