| ||||||||
Technical Support Support Resources Product Information | A51: DUPLICATE DECLARATION IN INCLUDE FILEQUESTIONWhen I include the REG552.INC file in my A51 Assembler program, I get a redefinition error. What's wrong? ANSWERThe basic 8051 SFRs are predefined by the A51 Assembler. When you include a file that re-defines them, you must use the NOMOD51 directive to force the assembler to exclude the predefined names. Last Reviewed: Saturday, May 08, 2004 | |||||||
| ||||||||