| | | | | | |
| | | | | | Produces a 1000 Hz tone for 0.1 second |
| | | | | | Moves cursor position one space to the left; from left edge of window, moves to right end of line above. |
| | | | | | Moves cursor position down to next line in window; scrolls if needed. |
| | | | | | Clears from cursor position to the end of the window. |
| | | | | | Moves cursor position to upper-left corner of window and clears window. |
| | | | | | Moves cursor position to left end of next line in window; scrolls if needed. |
| | | | | | Sets display format normal. |
| | | | | | Sets display format inverse. |
| | | | | | Sets display to 40 columns. |
| | | | | | Sets display to 80 columns. |
| | | | | | Stops sending characters to the display until a key is pressed. |
| | | | | | Deactivates 80-column Text Card, homes cursor, and clears screen. |
| | | | | | Scrolls the display down one line, leaving the cursor in the current position. |
| | | | | | Scrolls the display up one line, leaving the cursor in the current position. |
| | | | | | Moves cursor position to upper-left corner of window (but doesn't clear). |
| | | | | | Clears the line the cursor position is on. |
| | | | | | Moves cursor position one space to the right; from right edge window, moves it to left end of line below. |
| | | | | | Clear line from cursor position to the right edge of the window. |
| | | | | | Using the next two characters, minus 32, as one-byte X and Y values, moves the cursor postion to CH=X, CV=Y. |
| Key to Notes codes: 1 - Only available when 80-Column Text Card is active 2 - Only works from the keyboard, not in a program 3 - Only works in a program, doesn't work from the keyboard 4 - Not supported under BASIC |