From d68fdf585beb7963757599c255883f1f4698155c Mon Sep 17 00:00:00 2001 From: Marcin Gasperowicz Date: Mon, 31 Dec 2012 19:29:23 +0100 Subject: [PATCH] Update lib/rpc8e/crt0.s Added comment about unused parts. --- lib/rpc8e/crt0.s | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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