La Planète TI-83


LESSONS



Lesson 4

HOW TO MAKE A MENU ON A TI-83(+) ?


In a menu each elements correspond to a label in the program.
Ex:
For example, If the quit command is in the label 7, we must associate the 5th line in the menu with the label 7, it's a bit complex, isn't it ?

On the supposition that :
The command "garage" is in the label 4
The command "highscores" is in the label 5
The command "courses" is in the label 8
The command "voitures" is in the label 12
The command "quitter" is in the label 7

And that the menu will be named: "Nascar"

To craete this menu you just have to use the menu command
:Menu("NASCAR","GARAGE",4,"HIGHSCORES",5,"COURSES",8,"VOITURES",12,"QUITTER",7)
PS :To write a label, we use the Lbl command followed by the number of the label choosed .Then we write the commands which we want into it.



The asm lessons are in english. I put here the most comprehensible et useful help to learn asm programmation. You need only one of this lessons to learn asm but if you want to use all yout TI's fonctions, you should read a lot and work more you can imagine.

If you have or find another lessons, send it to me, it will help other people who want learn asm.



Assembler

Basic

Other