Skip to navigation

Elite on the BBC Micro and NES

Text: DOXC

[BBC Master version]

Name: DOXC [Show more] Type: Subroutine Category: Text Summary: Move the text cursor to a specific column
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: * BRIEF calls DOXC * crlf calls DOXC * MT8 calls DOXC * TT151 calls DOXC * TT163 calls DOXC * TT210 calls DOXC * TT219 calls DOXC

Arguments: A The text column
.DOXC STA XC \ Store the new text column in XC RTS \ Return from the subroutine