.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.CODEName: INBAY [Show more] Type: Subroutine Category: Loader Summary: Load and run the main docked code in T.CODEContext: See this subroutine in context in the source code References: This subroutine is called as follows: * DEATH2 calls INBAY
[X]
Variable LTLI (category: Loader)
The OS command string for loading the docked code in file T.CODE
[X]
Configuration variable: OSCLI = &FFF7
The address for the OSCLI routine