.INCYC PHA \ Store A on the stack so we can preserve it LDA YC \ Set A = YC + 1, so A is the number of the next row INA JSR DOYC \ Call DOYC to move the text cursor to the new row in A PLA \ Retrieve the original value of A from the stack RTS \ Return from the subroutineName: INCYC [Show more] Type: Subroutine Category: Text Summary: Move the text cursor to the next rowContext: See this subroutine in context in the source code Variations: See code variations for this subroutine in the different versions References: This subroutine is called as follows: * EQSHP calls INCYC * NLIN calls INCYC * qv calls INCYC * TT102 calls INCYC * TT146 calls INCYC * TT167 calls INCYC * TTX69 calls INCYC
[X]
Subroutine DOYC (category: Text)
Move the text cursor to a specified row by sending a #SETYC command to the I/O processor