• Error in L51_Bank.A51?
    If i choose ?B_MODE 4 in the L51_Bank.A51 file the Assembler generate the following error: error A30: SEGMENT SYMBOL EXPECTED. If i insert ?BANK?SELECT SEGMENT CODE the Linker now generates this errors...
  • About the L51_BANK.A51 file
    What's mean the ?B_VAR_BANKING in the L51_BANK.A51? Please explain it in detail. Thanks!
  • L51_BANK.a51 and xdata banking.
    Hello ... i'm sorry for my bad english ... I write special app for NXP P89C51RD2BA microcontrollel. But I can't resolve next problem: When I try to define two arrays in far memory and try to write...
  • rewriting _crol_ as inline assembly
    This line: thresBits = _crol_(thresBits, 2); generates this SRC: MOV R7,thresBits?1282 MOV R0,#02H MOV A,R7 INC R0 SJMP ?C0198 ?C0197: RL A ?C0198: DJNZ R0,?C0197 MOV thresBits...
  • Simulation for far memory using L51_BANK.A51
    Hi, I'm trying to get far memory simulated for the attached program. variable.c unsigned char far large_array0[0x10]; main.c unsigned char far large_array0[0x10]; extern unsigned char...