A86: Re: Convert
[Prev][Next][Index][Thread]
A86: Re: Convert
Hmm, is this a TI-BASIC program? Could you explain what it does and what
the variables are? It looks to me like a chemistry or electricity program,
but there a few things that would need to be defined first:
AMNM = string?
TEMP = real?
ElNm = real?
AMSM = string?
SM = string?
ATMWT() = function? string?
AMLN() = function? string?
AMPS() = function? string?
-----Original Message-----
From: Jeanne9005@aol.com <Jeanne9005@aol.com>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Tuesday, October 27, 1998 9:06 PM
Subject: A86: Convert
>
>Will someone convert this to ASM for me???? I'm still trying to figure
this
>out. Tx
>(/->/ = store)
>sub(AMNM,(AMPS(ElNm)+2),AMLN(ElNm))/->/NM
>ElNm*2/->/TEMP
>TEMP-1/->/TEMP
>sub(AMSM,TEMP,2)/->/SM
>If ElNm>103
>"U"+SM/->/SM
>ATMWT(ElNm)/->/AW
>
>
>Glen Solsberry