Hi: How are you? We can use "SET" directive in A51 to revalue a symbol such as: ... x SET 1 ... x SET 2 ... And how can I revalue a symbol in C51? I want to use "#define" but no way. Please help me.
You may use instead of EQU the SET directive. Symbols defined with SET may change the value.