1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-26 17:36:57 +00:00

Remove unneeded commented code.

This commit is contained in:
Stephan Mühlstrasser 2015-02-12 21:12:24 +01:00
parent 679f5aa675
commit b1169cbb23

View File

@ -38,10 +38,8 @@ _init: ldx #$FF ; Initialize stack pointer to $01FF
; ---------------------------------------------------------------------------
; Initialize memory storage
; copydata seems to be only necessary for special systems
jsr zerobss ; Clear BSS segment
; jsr copydata ; Initialize DATA segment
jsr initlib ; Run constructors
; ---------------------------------------------------------------------------