Re: Explain some things to me (begginer)


[Prev][Next][Index][Thread]

Re: Explain some things to me (begginer)



In article <59hs42$5fq@sjx-ixn5.ix.netcom.com>, cyberbro@ix.netcom.com says...
>
>
>December 20, 1996
>
>
>
>Hello calculator owners of the planet:
>
>Of course I'm a begginer because I don't know half as much as normal
>people do.  That manual is worthless if your trying to program.  Don't
>just give me the names of websites, that a leadoff and it's
>essentially worthless( have been to ticalc.org).  Many things I have
>come across, and the descriptions of them are for the intermediate.
>NOT FOR ME, A BEGGINER.  I have a TI-85 if your wondering.  Here is
>the list: (to little to least understood)
>
>ZShell?
>Z80 machine code??
>Assembly Language???
>ASCII????
>
>Have a nice day said the serial killer,
>
>Reggie
>
>P.S.
>HELPHELPHELPHELPHELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!
>
>

ZShell: a great little OS/Shell for the TI-85 that let's you programming
assembly language on the TI-85 rather than that piddly TI-BASIC.  Assembly
language is a low-level language that gets to the heart of the processor --
really fast, but complicated.

Z80 machine code: basically instructions the Z80 processor understands.

Assembly language: look at the definition for ZShell.

ASCII: just a bunch of text characters :)


References: