Skip to navigation

Elite on the BBC Micro and NES

Text: DOYC

[BBC Master version]

Name: DOYC [Show more] Type: Subroutine Category: Text Summary: Move the text cursor to a specific row
Context: See this subroutine in context in the source code Variations: See code variations for this subroutine in the different versions References: This subroutine is called as follows: * TT219 calls DOYC

Arguments: A The text row
.DOYC STA YC \ Store the new text row in YC RTS \ Return from the subroutine