[A83] Symbolic's functions in asm
[Prev][Next][Index][Thread]
[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: