Skip to navigation


Missions: BRP

[Commodore 64 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 References: This subroutine is called as follows: * BRIEF3 calls BRP * DEBRIEF calls BRP * DEBRIEF2 calls BRP * TBRIEF calls via BAYSTEP

Other entry points: BAYSTEP Go to the docking bay (i.e. show the Status Mode screen)
.BRP 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