Skip to navigation

Elite on the BBC Micro

Sound: LOWBEEP [Master version]

Name: LOWBEEP [Show more] Type: Subroutine Category: Sound Summary: Make a long, low beep
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * HME2 calls LOWBEEP * Main flight loop (Part 3 of 16) calls LOWBEEP * WARP calls LOWBEEP
.LOWBEEP LDY #0 \ Call the NOISE routine with Y = 0 to make a long, low BRA NOISE \ beep, returning from the subroutine using a tail call