TI-Basic Z80 Programming/List of Commands

From Wikibooks, open books for an open world
Jump to navigation Jump to search

PRGM[edit | edit source]

CTL[edit | edit source]

Control; this menu contains the instructions dealing with controlling the program's flow.

  1. If
  2. Then
  3. Else
  4. For
  5. While
  6. Repeat
  7. End
  8. Pause
  9. Lbl
  10. Goto
  11. IS
  12. DS
  13. Menu
  14. prgm
  15. Return
  16. Stop
  17. DelVar
  18. GraphStyle

I/O[edit | edit source]

Input/Output; this menu contains the instructions dealing with the input and output of data.

  1. Input
  2. Prompt
  3. Disp
  4. DispGraph
  5. DispTable
  6. Output
  7. getKey
  8. ClrHome
  9. ClrTable
  10. GetCalc
  11. Get
  12. Send

EXEC[edit | edit source]

The contents of this menu vary by calculator; they contain every program residing in RAM (or ARC).

Archived programs cannot be used, or unarchived from within a program.

DRAW[edit | edit source]

DRAW[edit | edit source]

  1. ClrDraw
  2. Line
  3. Horizontal
  4. Vertical
  5. Tangent
  6. DrawF
  7. Shade
  8. DrawInv
  9. Circle
  10. Text
  11. Pen

POINTS[edit | edit source]

  1. Pt-On
  2. Pt-Off
  3. Pt-Change
  4. Pxl-On
  5. Pxl-Off
  6. Pxl-Change
  7. Pxl-Test

STO[edit | edit source]

  1. StorePic
  2. RecallPic
  3. StoreGDB
  4. RecallGDB

Memory[edit | edit source]

  1. Archive
  2. UnArchive


Previous: Programming Games

Next: Appendix B: Catalog