This instruction moves the cursor to the specified row, r, and column, c. It does not affect whether the cursor is visible or not.
Rows are counted up from 0, starting at the top. Columns are counted up from 0, starting at the far left. Hence, valid values for the default LCD type, a 2x16 display, are r=0 or r=1, and c=0...15.
If you specify invalid values for row and column, the display will become unpredictable. There is no error checking. The SPLat/PC simulator will not behave like the actual controller under abnormal use.
Note: This instruction modifies UV
Dialect exclusions: Not available in dialects before 9. Also, not available on SPLat controllers that do not have onboard LCD support (please check the documentation for your specific board and firmware version).