Declaration:
unsigned long Expr(char str[]);
Description
Calculates the expression and returns the result as a 32-bit integer. The expression string is passed in the str parameter.
Example
printf("Result=%08lX", Expr("array[i] -> StartValue");
Also, see AddrExpr, FloatExpr, Expressions.
|