Re: A89: ASM ? About Rom Calls to integrate functions...


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

Re: A89: ASM ? About Rom Calls to integrate functions...




In a message dated 3/4/2000 4:57:20 AM Eastern Standard Time, 
e96nbr@efd.lth.se writes:

<< > > hi,
 > > I am wanting to write an assembly program that will be able to call
 functions like
 > > integrate(f(x),x)
 > > limit(f(x),x,0)
 > > and so forth.
 > >
 > > What I need to know is the equ's and what else has to be set for that 
call.
 If some one has information on this please email me or post it here. Thank 
you
 for you help
 > > Caleb
 > >
 >
 > Too bad... that's impossible to do in assembly...
 
 Not impossible... obviously, since the TIOS does it. You just have to learn 
TI:s
 expression- and math formats and how they're used with the above-mentioned
 functions. >>
Ive programed for 4 calcs. The only thing blocking people from doing certain 
things in asm is trying to figure out where to put the input, and where the 
output ends up. Anything the calc does, is done in asm (since the ROM is in 
asm).

Jeff Barrett