06-02-2006, 05:24 PM
Convert the macro to function. Create other macro (not encrypted) that calls the function and passes these values as arguments to the encrypted function. The beginning of the function may look like this:
function Spead Repeats
Or, use global variables. Encrypted macro example:
int+ g_xxx_speed g_xxx_repeats
;now use these variables
Other macro example:
int+ g_xxx_speed g_xxx_repeats
;now assign values to these variables
function Spead Repeats
Or, use global variables. Encrypted macro example:
int+ g_xxx_speed g_xxx_repeats
;now use these variables
Other macro example:
int+ g_xxx_speed g_xxx_repeats
;now assign values to these variables