Skip to navigation


Text: DOYC

[Commodore 64 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: * DEATH calls DOYC * ee3 calls DOYC * hyp calls DOYC * MT29 calls DOYC * qv calls DOYC * TITLE calls DOYC * TT167 calls DOYC * TT219 calls DOYC * TT23 calls DOYC * TTX66 calls DOYC

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