.BELL LDA #7 ; Control code 7 makes a beep, so load this into A JMP CHPR ; Call the CHPR print routine to actually make the soundName: BELL [Show more] Type: Subroutine Category: Sound Summary: Make a standard system beepContext: See this subroutine in context in the source code References: No direct references to this subroutine in this source file
This is the standard system beep, as made by the ASCII 7 "BELL" control code.
[X]
Subroutine CHPR (Part 1 of 6) (category: Text)
Print a character at the text cursor by poking into screen memory