.BRP LDX #CYAN \ Switch to colour 3, which is white or cyan STX COL JSR DETOK \ Print the extended token in A .BAYSTEP JMP BAY \ Jump to BAY to go to the docking bay (i.e. show the \ Status Mode screen) and return from the subroutine \ using a tail callName: BRP [Show more] Type: Subroutine Category: Missions Summary: Print an extended token and show the Status Mode screenContext: See this subroutine in context in the source code Variations: See code variations for this subroutine in the different versions References: This subroutine is called as follows: * BRIEF3 calls BRP * DEBRIEF calls BRP * DEBRIEF2 calls BRP
Other entry points: BAYSTEP Go to the docking bay (i.e. show the Status Mode screen)
[X]
Subroutine BAY (category: Status)
Go to the docking bay (i.e. show the Status Mode screen)
[X]
Configuration variable CYAN = %11111111
Four mode 1 pixels of colour 3 (cyan or white)
[X]
Subroutine DETOK (category: Text)
Print an extended recursive token from the TKN1 token table