I want to write black-scholes options
calculator function for the TI89 in ASM (the one I wrote in Basic is too
slow)
and give it to the ti
community
My problems: how can I pass parameters to asm
functions and the calculation results to the tios ?
testfunc.asm (TI92) doesn't compile, tios::push_quantum and
tios::FindSymEntry not found ??
If you can't help me: do you know somebody who
does ?
Is there a way to call the built in math
functions (sqrt, ...) ?