Skip to navigation


Sound: BDRO6

[Commodore 64 version]

Name: BDRO6 [Show more] Type: Subroutine Category: Sound Summary: Process music command <#6> to increment value0 and move on to the next nibble of music data
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * BDJMPTBH calls BDRO6 * BDJMPTBL calls BDRO6
.BDRO6 INC value0 ; Increment the counter in value0 ; ; This value is never read, so it could be a debugging ; command of some kind, or a counter that is not used ; by the music in Elite JMP BDskip1 ; Jump to BDskip1 to process the next nibble of music ; data