Skip to navigation


Text: SETXC

[Commodore 64 version]

Name: SETXC [Show more] Type: Subroutine Category: Text Summary: An unused routine to move the text cursor to a specific column
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 column
.SETXC STA XC ; Store the new text column in XC ;JMP PUTBACK ; This instruction is commented out in the original ; source RTS ; Return from the subroutine