Re: A86: Manipulation of numerical values of strings


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

Re: A86: Manipulation of numerical values of strings




Trey Jazz wrote:
> 
> >I think I see what you're saying.  I have no clue how to do it in ASM.  I
> know this is
> >an assembly list but here's the solution in TI-BASIC:  Use the commands
> "Eq>St" and
> >"St>Eq"
> >
> >Here's an example TI-BASIC program:
> >
> > InpSt STRING
> > St>Eq (STRING,EQU)
> > Disp EQU
> 
> thats only good if the eq is a constant, but you cant manipulate it

Ok, how's this:

	InpSt STRING
	St>Eq (STRING,EQU)
	EQU * 1 -> REAL
	Disp REAL

It works quite well, however, why don't you just enter the number as
a REAL number variable?

Tercero


References: