• Register Bank switching
    hi all, I am using Infineon XC164CS controller. I am testing the register bank switching using a simple program as below. uwBank_set = 0; //global variable __asm { mov r1,#32 mov r5,#64...
  • Register Bank switching
    hi all, I had earlier posted this message, but got no reply. I am using Infineon XC164CS controller. I am testing the register bank switching using a simple program as below. uwBank_set = 0;...
  • Register Bank switching
    hi all, I am using Infineon XC164CS controller. I am testing the register bank switching using a simple program as below. uwBank_set = 0; //global variable __asm { mov r1,#32 mov r5,#64...
  • Register Bank switching
    hi all, I had earlier posted this message, but got no reply. I am using Infineon XC164CS controller. I am testing the register bank switching using a simple program as below. uwBank_set = 0;...
  • Which registers can I trash with user-defined bank switching?
    Using C51 (v6.xx/7.xx) with user defined bank switching (mode 4), which registers must be preserved on the call and return? R1-R7 must be preserved on the call & return, since these pass parameters...