0

SmplMath 1.0.0

Evaluate mathematical expressions with this tool SmplMath is designed to be a macros-system for MASM and jWasm. It allows the use math expression from high level programming language like C/C++. Currently, the application can only run on x86 systems. · expressions as known from high level programming languages · thread save · supported data types: float , double, extended double, short, int, int64 (x86-87) · global registration of symbolic constants and macro-expressions · general purpose registers as operands (eax,ax,al,…) · FPU registers as operands · reuse of constants · local and global precision control for code and constants creation · literally equal expression are detected and only calculated once time (in the same expr.) · extendable by user Requirements: · SmplMath macros are working with MASM (6-10) and JWASM. · For assembling the examples, the MASM32 SDK is needed.

Leave a Reply