• How to organize my program for bank switching
    Dear Sir, My program codes are as follows, show.asm ;Main====================================== ORG 0000H ACALL INIT ;------------------------------------ MOV DPTR,#W0 ACALL SHOW MOV...
  • uVision3 Assembler only project
    How to make an assembly only project in uVision3?
  • port uVision3 project to uVision4
    I had a project for MCB2300 (LPC2368), who fonctionned normally under uVision3 ( MDK-ARM V3.20, RL-ARM V3.70 ), but i can't port this project under uVision4 ( MDK-ARM V4.11, RL-ARM V4.12 ). I can...
  • How do pointers with different store type be organized into RAM?
    As we know, most of pointers in 8051 have 3 bytes. One of these bytes indicates the address type(data, xdata and so on) this pointer points to; the other two bytes will be organized the address. But orders...
  • uVision3 IDE loses the project window
    I have a licensed uVision3 IDE, distributor can do nothing, have to bother friends in the forum. IDE's project window disppears, but in debug mode. anyone has the experience? thanks in advance.