.dn2 JSR BEEP \ Call the BEEP subroutine to make a short, high beep LDY #200 \ Delay for 200 delay loops and return from the JMP DELAY \ subroutine using a tail callName: dn2 [Show more] Type: Subroutine Category: Text Summary: Make a short, high beep and delay for 1 secondContext: See this subroutine in context in the source code Variations: See code variations for this subroutine in the different versions References: This subroutine is called as follows: * EQSHP calls dn2 * TT210 calls dn2 * TT219 calls dn2
[X]
Subroutine BEEP (category: Sound)
Make a short, high beep
[X]
Subroutine DELAY (category: Utility routines)
Wait for a specified time