LESSONS |
| Lesson 6 |
|
HOW TO DISPLAY A TITLE LETTERS BY LETTERS ?
![]() |
To display a title letters by letters, you must use many for:
:Clrhome...................................................To clear the text screen
:For(X,1,16).............................................The variable X starts at 1 and finishes at 16
:Output(4,1,"WWW.TI83.FR.ST".......Display "WWW.TI83.FR.ST" at the line 4 and at the column 1
:Output(4,X," ").......Uncover gradually the text "WWW.TI83.FR.ST"
:For(Y,1,100)..........................................Each letters is uncovered during the time, which need a TI-83 to take the Y variable, and to start at 1 and to finish at 100
:End.........................................................End of the second for loop
:End.........................................................End of the first for loop
:For(Z,1,500)...........................................The title will be display during this time
:End.........................................................End of the last for loop
:Clrhome...................................................To clear the text screen
:For(X,1,16).............................................The variable X starts at 1 and finishes at 16
:Output(4,1,"WWW.TI83.FR.ST".......Display "WWW.TI83.FR.ST" at the line 4 and at the column 1
:Output(4,X," ").......Uncover gradually the text "WWW.TI83.FR.ST"
:For(Y,1,100)..........................................Each letters is uncovered during the time, which need a TI-83 to take the Y variable, and to start at 1 and to finish at 100
:End.........................................................End of the second for loop
:End.........................................................End of the first for loop
:For(Z,1,500)...........................................The title will be display during this time
:End.........................................................End of the last for loop
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
- ASMGuru
- ASMhelp
- ASM TI-83\+ Ion teacher
- IonGuru
- TI-83 Plus Asm Tutorials
- TiAsm8x
- Optimization Techniques for the Z80
Basic
Other

