Skip to navigation


Text: dn2

[Apple II version]

Name: dn2 [Show more] Type: Subroutine Category: Text Summary: Make a low, long beep and delay for 0.5 seconds
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * EQSHP calls dn2 * NWDAV4 calls dn2 * TT210 calls dn2 * TT219 calls dn2
.dn2 JSR BOOP ; Call the BOOP routine to make a low, long beep LDY #25 ; Wait for 25 delay loops and return from the subroutine JMP DELAY ; using a tail call