.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
[X]
Subroutine DELAY (category: Utility routines)
Wait for a specified time, in either 1/50s of a second (on PAL systems) or 1/60s of a second (on NTSC systems)
[X]
Subroutine DETOK (category: Text)
Print an extended recursive token from the TKN1 token table