CODING
TI-85 Beginners Guide
About the TI-85 
The TI-85 is a real piece of junk. Its a total mess is should have never been made. If you have one throw it away or send it to me for free. Thank you
How to put a program on your calculator 
In order to put a program on your calculator, you need a graph link. A graph link connects your computer to your calculator, allowing you to send programs back and forth from each other. You can purchase a graph link at most any electronic store, such as Best Buy, or Circuit City.
Programming 
A program is a set of instructions for a calculator to excite. A program for the 85 consists of a series of program commands, which begin with a : (colon). A program command can be an expression or an instruction.
Example instruction
:Disp "hello world"
:Disp "hello world"
:Disp "hello world" 
The program allways begins with the : (colon), then you see "Output" this is an
instruction. Itells your calculator to display the following "quoted" text on your calculators
screen.
BASIC 
BASIC is one of the easiest calculator \ computer languages to learn, and one of the most popular languages for beginning students and for people with microcomputers. It was designed as an interactive language by John Kemeny and Thomas Kurtz in the 1960s. Since then many different versions of BASIC have.
ASM 
An assembly language is a calculator \ computer language in which each statement corresponds to one machine language statement. ( A machine language contains instructions that a calculator \ computer can
execute directly. Machine language statements are written in a binary code
and each statement corresponds to one machine action. )
Assembly languages are more harder to use than high-level programming ( A high-level language is a
computer programming language designed to allow people to
write programs without having to understand the inner workings of
the computer. BASIC, PL/I, FORTRAN, and Pascal are examples of high-
level languages )
but they are much easier to use than pure machine languages, which require that all instructions be written in binary code.
|