Skip to navigation


Text: R5

[Commodore 64 version]

Name: R5 [Show more] Type: Subroutine Category: Text Summary: Make a beep and jump back into the character-printing routine at CHPR
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * CHPR calls R5
.R5 JSR BEEP ; Call the BEEP subroutine to make a short, high beep JMP RR4 ; Jump to RR4 to restore the registers and return from ; the subroutine using a tail call