| |||||
Technical Support Support Resources
Product Information | A166: BIT-ADDRESSABLE REGISTERS IN ASSEMBLY CODEInformation in this article applies to:
QUESTIONCan I address individual bits in the C167 registers using the A166 assembler? ANSWERYes. To access the bits of a particular register, use the DOT (.) notation to access the particular bit. For example: BSET R15.12 sets bit 12 of register 15. Last Reviewed: Monday, October 11, 2004 | ||||
| |||||