Skip to navigation

Elite on the BBC Micro and NES

Missions: BRP

[BBC Master version]

Name: BRP [Show more] Type: Subroutine Category: Missions Summary: Print an extended token and show the Status Mode screen
Context: 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)
.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 call