Skip to navigation


Text: SETYC

[Commodore 64 version]

Name: SETYC [Show more] Type: Subroutine Category: Text Summary: An unused routine to move the text cursor to a specific row
Context: See this subroutine in context in the source code References: No direct references to this subroutine in this source file

Arguments: A The text row
.SETYC STA YC ; Store the new text row in YC ;JMP PUTBACK ; This instruction is commented out in the original ; source RTS ; Return from the subroutine