.BDRO8 LDA value4 ; Set the music counter to value4, so we introduce a STA counter ; rest of value4 interrupts (i.e. a pause where we play ; no music) JMP BDirqhere ; Jump back to the start of the interrupt routine so the ; counter starts to count downName: BDRO8 [Show more] Type: Subroutine Category: Sound Summary: Process music command <#8> to rest for value4 interrupts Deep dive: Music in Commodore 64 EliteContext: See this subroutine in context in the source code References: This subroutine is called as follows: * BDJMPTBH calls BDRO8 * BDJMPTBL calls BDRO8
[X]
Subroutine BDirqhere (category: Sound)
The interrupt routine for playing background music
[X]
Variable value4 in workspace Music variables
Stores the rest length for commands #8 and #15