Update lib/rpc8e/crt0.s

Added comment about unused parts.
master
Marcin Gasperowicz 11 years ago
parent 1777a98f62
commit d68fdf585b

@ -55,6 +55,8 @@ _init: LDX #$FF ; Initialize stack pointer to $01FF
; ---------------------------------------------------------------------------
; Initialize redbus
; This below is useless right now, probably will be removed
; from foth boot disk
;000500 18 CLC
;000501 FB XCE
@ -92,4 +94,4 @@ _init: LDX #$FF ; Initialize stack pointer to $01FF
; Back from main (this is also the _exit entry): force a software break
_exit: JSR donelib ; Run destructors
BRK
BRK

Loading…
Cancel
Save