Skip to navigation

Text: DOYC

[Apple II 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 References: This subroutine is called as follows: * ee3 calls DOYC * qv calls DOYC * TT219 calls DOYC

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