Book creator (disable)

TI-Basic Z80 Programming/Instructions

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

Contents

[edit] PRGM

[edit] CTL

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

[edit] I/O

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

[edit] EXEC

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.

[edit] DRAW

[edit] DRAW

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

[edit] POINTS

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

[edit] STO

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

[edit] Memory

  1. Archive
  2. UnArchive


Previous: Links

Next: Appendix B: Catalog