diff --git a/lib/rpc8e/crt0.s b/lib/rpc8e/crt0.s index 0124f15..690fa5a 100644 --- a/lib/rpc8e/crt0.s +++ b/lib/rpc8e/crt0.s @@ -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 \ No newline at end of file + BRK