Square-Root Programs
Parse | Let's you control what the user typed in at the command line. |
Form | Get access to the all answers right before they're displayed. |
Exec | Mess with the two variables being calculated. |
Expr | Gives you control over the equation numbers right before they're printed on the graph screen when graphing. |
Home | Run your own routine right before the calculator returns to the homescreen. |
CmdTok | Executed right before any TI-BASIC functions (DelVar, Asm, Bin, etc.) are run. |
Key | Have the calculator run your program every time _Getkey is called. |
Grf | Implement your own routine right before graphing functions. |
More from z80 » Advanced
All The Ports // APD // Assembler Directives // Entry Stack // User Fonts // IM 1 // IM 2 // Index, Shadow, and Other Registers // User Interrupt // Morphic Code // On-Off // Reading Keypresses from Port // Shift and Rotate // Simulating Key Presses // Sound // Square-Root Programs // System Flags of TI-OS