| |||||
Technical Support Support Resources
Product Information | A51: USING C SFR AND SBIT DEFINITIONSInformation in this article applies to:
QUESTIONHow can I convert my C SFR and SBIT declarations so that they work in the A51 Assembler? ANSWERC sfr and sbit declarations are now accepted as input to the A51 Assembler. You may now include your C register definition files in your assembler source files. For example: sfr P0 = 0x80; sbit P0_1 = P0^1; will work in the C51 V6.01 assembler. SEE ALSOLast Reviewed: Monday, April 08, 2002 | ||||
| |||||