A86: Seq( Function - Sigma notation
[Prev][Next][Index][Thread]
A86: Seq( Function - Sigma notation
hey - i have a program i'm converting fr. basic to asm, and i use the Seq(
function - that is, sigma notation. as an added difficulty, the thing i'm
evaluating is a user-entered formula. so, the call (basic) is :
seq( f(x), x, I, N, 1)
where f(x) is the formula, x is the variable to use, I ('eye') is the starting
number, N is the ending number, & 1 is the increment.
i know that the Token Number of Seq( is 24, but that's about it. how would
this be done in assembly?
thanks--
~`teague costas.