Add copy data back

This commit is contained in:
Byron Lathi
2023-09-04 14:08:52 -07:00
parent 15b7d50a30
commit 791bffb248
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ _init: LDX #$FF ; Initialize stack pointer to $01FF
; Initialize memory storage
JSR zerobss ; Clear BSS segment (no longer fails)
; JSR copydata ; Initialize DATA segment (this also fails. but prints something)
JSR copydata ; Initialize DATA segment (this also fails. but prints something)
JSR initlib ; Run constructors (This one works)
; ---------------------------------------------------------------------------