| |||||
Technical Support Support Resources
Product Information | C51: ACCESSING REGISTER BANKS IN CInformation in this article applies to:
QUESTIONIs there a way to access register bank registers in C rather than using assembly language? ANSWERYes. You may use the using function attribute to specify a different register bank. For example:
void func (void) using 2
{
}
The above function declaration uses register bank 2. MORE INFORMATION
Last Reviewed: Friday, July 15, 2005 | ||||
| |||||