Skip to navigation


Text: DOXC

[Apple II 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 References: This subroutine is called as follows: * BRIEF calls DOXC * crlf calls DOXC * dockEd calls DOXC * ee3 calls DOXC * EQSHP calls DOXC * MT8 calls DOXC * plf2 calls DOXC * qv calls DOXC * STATUS calls DOXC * TT151 calls DOXC * TT163 calls DOXC * TT208 calls DOXC * TT210 calls DOXC * TT213 calls DOXC * TT219 calls DOXC * TT25 calls DOXC

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