Re: A86: Tutorials


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

Re: A86: Tutorials




Visit our website, and vist 86 Central (ti86.acz.org).  What tutorials have
you been reading?  Matt Johnson's are very easy to understand, and if you
can understand Dux (don't get me wrong, they're great, they explain tons of
stuff, but I think Matt's are a little easier if you only know basic and are
new to prgramming), then you can learn alot.

BASIC to Asm isn't exactly the easiest way to go.  Alot of the stuff done in
basic is very hard to do with asm (like floating point math, input, etc.).
Asm is good for games and stuff, but if you are just writting a little math
program, use basic.  Why?  Because basic was designed for writing math
programs.  Math does in asm won't be that much faster, compared to other
stuff.

A $ in front of a number tells the assembler it's in hex...

--
David Phillips <david@acz.org>
http://www.acz.org/

----- Original Message -----
From: <CZ8486@aol.com>
To: <assembly-86@lists.ticalc.org>
Sent: Wednesday, February 03, 1999 7:01 PM
Subject: A86: Tutorials


>
>I'm a decent BASIC programmer, though I've only done text-based games, and
>want to learn Asm, but all the tutorials are really confusing.  Does anyone
>know of a tutorial that shows BASIC commands and then what they are in
BASIC
>or vice versa.  Also I've looked at the source code of a lot of games and I
>really don't get the whole push/pop and RAM page stuff.  And what's with
all
>the $'s?
>
>