• Linking Order
    Hello, I'm using C51 v 5.10 BL51 v 3.52 uVision v 1.24 1.) When I link object files in the following order, the startup code is not run. Inspection of the .hex file shows that there is no...
  • Link order in uVision
    Hi, Can I specify the "Link order" in the uVision IDE environment? With Regards Healy Yang
  • assembler order
    What means this line in assembler? __user_libspace: 0x10000AE0 ES813Bf3 ADD R3, R1, #0x0001CC00 instruction at the addr 0x10000AE0 called a ADD order to add value in R1 to R3 - but what about...
  • mixed debug order
    Hello, I have started using 50c81f120 with KEIL C51 compiler. In main program I have some initialization and infinite loop after that( while(1) {} ). When I'm debugging , program enters initialisation...
  • hex file address order
    When I create a hex file for a C file the addresses are not in order. Is there an option in uVision to make sure they are in order? The addresses are fine when I use an assembly file.