| A | B |
| text mode | allows you to display characters on the screen |
| graphic mode | allows you to turn pixels on and off to create images |
| screen 0 | places the screen in a text mode |
| PSET | turns on a specific pixel |
| PRESET | turns off a specific pixel |
| play | allows you to create a sequence of notes or tones |
| beep | used when an error has occured |
| sound | allows you to determine the frequency and length of the tone |
| locate statement | moves the cursor to a specific row and column |
| color | allows you to specify a background and foreground colors for your graphics |
| draw | allows you to draw a figure |
| circle | specify the midpoint and radius |