• bank switch in IRAM (for TDK73S1121)
    Dear Sir, I'm handling one project using chip TDK73S1121, which is 8052 core. There are 7 bank in IRAM (from 0028H to 0067H, total 64 bytes). However, I don't know how to switch to these banks and...
  • bank switch
    How do I create a code banking application with c51 and assemble file?
  • missing register bank switch
    void serisr (void) interrupt 4 using 1 // prt0 generates, as expected ; FUNCTION serisr (BEGIN) 0000 C0E0 PUSH ACC 0002 C0F0 PUSH B 0004 C083 PUSH DPH 0006 C082 PUSH DPL 0008 C0D0 PUSH PSW 000A 75D008...
  • 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;...
  • SWITCH in banked mode
    I'm developing a banked program: BANK0 and BANK1 :program BANK2: constants I can't execute long SWITCH statements in functions located at bank1. That't because the big switchs utilizes C?CCASE...