Skip to navigation


Missions: BRIS

[Commodore 64 version]

Name: BRIS [Show more] Type: Subroutine Category: Missions Summary: Clear the screen, display "INCOMING MESSAGE" and wait for 2 seconds
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * BRIEF calls BRIS * JMTB calls BRIS
.BRIS LDA #216 ; Print extended token 216 ("{clear screen}{tab 6}{move JSR DETOK ; to row 10, white, lower case}{white}{all caps}INCOMING ; MESSAGE" LDY #100 ; Wait for 100/50 of a second (2 seconds) on PAL JMP DELAY ; systems, or 100/60 of a second (1.67 seconds) on NTSC, ; and return from the subroutine using a tail call