Dear Sir: How I used A51 macro like macro define db ff end macro I want to include this macro to C51 How can I do? Best Regard George
I think that A51 can use macros defined using 'C' syntax (#define etc). Read the A51 manual. However, C51 accepts 'C' syntax only.