Skip to navigation

Elite on the BBC Micro and NES

Loader: INBAY

[BBC Micro disc version, Flight]

Name: INBAY [Show more] Type: Subroutine Category: Loader Summary: Load and run the main docked code in T.CODE
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * DEATH2 calls INBAY
.INBAY LDX #LO(LTLI) \ Set (Y X) to point to LTLI ("L.T.CODE", which gets LDY #HI(LTLI) \ modified to "R.T.CODE" in the DOENTRY routine) JSR OSCLI \ Call OSCLI to run the OS command in LTLI, which *RUNs \ the main docked code in T.CODE