[A83] Re: Symbolic's functions in asm


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

[A83] Re: Symbolic's functions in asm




There exists a jump table in Symbolic that allows you to access the
functions. Inputs are pushed onto the FP stack in reverse order of the
function's arguments. To get the address of this jump table, you can look at
the Symbolic source code which is included with Brandon Sterner's latest
release (v1.8) at www.detacheds.com/symbolic/

Sincerely,

Michael Vincent
Detached Solutions - www.detacheds.com
Radical Software - www.radicalsoft.org
www.michaelv.org
----- Original Message -----
From: "Peter Van den Bosch" <van.den.bosch.peter@pi.be>
To: <assembly-83@lists.ticalc.org>
Sent: Saturday, April 13, 2002 11:08 AM
Subject: [A83] Symbolic's functions in asm


>
> Hi everyone,
>
> I am trying to make an assembly program for the TI-83+ that does the
> same as the 'expand' feature on the ti92+ or the one on mathematical
> programs like derive
> e.g. if you have "(x+1)=B2-2x", the output would be "x=B2+1"
>
> In order to program this, I want to use symbolic's simplify command.
>
> Now here is my question: how can I access symbolic's new functions from
> within an asm program? Are there any rom calls for the functions
> symbolic implemented or can I use the equation parser to use the
> simplify function?
>
>
>




Follow-Ups: References: