Skip to navigation

Elite on the BBC Micro and NES

Icon bar: SetIconBarButtonsS

[NES version, Bank 3]

Name: SetIconBarButtonsS [Show more] Type: Subroutine Category: Icon bar Summary: Set the correct list of button numbers for the icon bar (this is a jump so we can call this routine using a branch instruction)
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * SetupIconBar calls SetIconBarButtonsS
.SetIconBarButtonsS JMP SetIconBarButtons ; Jump to SetIconBarButtons to set the barButtons ; variable to point to the correct list of button ; numbers for the icon bar we are setting up, returning ; from the subroutine using a tail call