Re: A86:More questions from me!
[Prev][Next][Index][Thread]
Re: A86:More questions from me!
Actually, few assembly sources have the program explained in basic as well. I
for one would like to see more, as it really, really helps us
not-so-assembly-godlike people learn asm faster
Mike
ComAsYuAre@aol.com wrote:
> Perhaps you'd just like somebody to write the whole program for you.
> Waaaaaait...they already have!
>
> http://www.ticalc.org/pub/86/asm/source/zreduce.asm
>
> In a message dated 10/18/00 5:36:43 PM Eastern Daylight Time, Rgdtad@aol.com
> writes:
>
> > How might I go about doing this in asm:
> > :Ans->A
> > :ClLCD
> > :1->B:Z=A*C
> > :For(C,1,999
> > :For(D,1,abs Z
> > :If round(Z^2/D^2,11)==int (Z^2/D^2)
> > :D->B
> > :End
> > :If round(Z^2/B^2,11)==int (Z^2/B^2)
> > :Goto ND
> > :End
> > :Lbl ND
> > :ClLCD
> > :A
> > :Outpt(1,2,B
> > :Outpt(1,5,sqrt sign
> > :Outpt(1,6,Z^2/B^2
> > :Outpt(2,1,"---------"
> > :Outpt(3,4,C
> > It is a highly optomised radical reduction program.
> >
> > Second, how can I get a user inputted string (like from InpSt), store it
> in
> > my program, and then go through it character by character?
> >
> > Finally, How can I make an asap command output to the var "temp"?
>
> ----
> Jonah Cohen
> <ComAsYuAre@aol.com>
> http://jonah.ticalc.org
Follow-Ups:
References: