.DOYC STA YC \ Store A in YC, which sets the text cursor row number PHA \ Store the new row number on the stack LDA #SETYC \ Set A to #SETYC, ready to send to the I/O processor \ Fall through into label to send a #SETYCName: DOYC [View in context] Type: Subroutine Category: Text Summary: Move the text cursor to a specified row by sending a #SETYC command to the I/O processor
Arguments: A The new row numbercommand
\ to the I/O processor
[X]
Configuration variable: SETYC = 134
The OSWRCH number for the #SETYC command