The C51 pre-processor treats the "#" character as the "Stringize" operator. How do I override this operator when desired? For example:
#define X mov A,#10
mov A,10
mov A,#10
Do you not have a real name? "The C51 pre-processor treats the "#" character as the "Stringize" operator. How do I override this operator when desired?" Are you saying that the C51 preprocessor is not working in accordance with the standard ANSI rules?