• bank switch
    How do I create a code banking application with c51 and assemble file?
  • Confused about banked code linking
    Hello, I'm using uVision3 building a RE2 project. I have read the artical in here http://www.keil.com/support/docs/2349.htm, but I'm just confused. Is there a difference between Bank 0 and Common? Why...
  • bank switching
    Hello, Does any body know why in the L51_BANK.A51 file, the definition of the segment for the ?BANK?SWITCH function is: ?BANK?SWITCH segment code PAGE My question is about the PAGE definition...
  • question about bank switch....
    i survey the C51 user's guide about code bank switch and followed step sequentially. the main problem i wonder is that at options at code BANK just had "common are, bank #0~3",is any option else, ex...
  • Regarding bank switching
    I am using mentor graphics 8051 based 8051EW device. I am using code banking (16 banks). After running my code i am using LX51 comman to link the lnk fie and than "OHX51" to convert the obj file to hex...