.dn2 JSR BEEP ; Call the BEEP subroutine to make a short, high beep LDY #50 ; Wait for 50/50 of a second (1 second) on PAL systems, JMP DELAY ; or 50/60 of a second (0.83 seconds) on NTSC, and ; return from the subroutine using a tail call
[X]
Subroutine BEEP (category: Sound)
Make a short, high beep
[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)