Re: A82: Assembly programmers? where?


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

Re: A82: Assembly programmers? where?



I've found it easier to go basic -> C -> asm, since each "dissects" the
other, i.e. "for x=1 to 10", becomes (in true loop syntax)
"for(x=0;x<10;x++)", and  "x++" becomes "inc x". This, for me atleast, was
the easiest way....

-----Original Message-----
From: GeradS711@aol.com <GeradS711@aol.com>
To: assembly-82@lists.ticalc.org <assembly-82@lists.ticalc.org>
Date: Sunday, November 09, 1997 7:09 AM
Subject: Re: A82: Assembly programmers? where?


>A basic to asm school would be nice, when I was first learning asm 99% of
my
>programming before that was in basic. Consequently, I really wanted to find
a
>school that would teach asm from a ti-basic programmer's' point of view.
Over
>the summer I had the time, but not the knowledge to do the school. Now I
have
>the knowledge (for the first couple lessons), but not really the time.
Well,
>maybe I will write it, but  after I am through with this pong program.
>One more thing, I have forgotten, is it ROM_CALL(CLEARLCD) or
>ROM_CALL(CLEAR_LCD). Thanks
>Gerad