• Mixed Display
    Is there anyway to view the assembly instructions produced in a C source file window instead of the disassembly window???
  • Link Order
    Using the 8051 Assembler, how can one specify the order for linking programs? They are ordered correctly in my project, and apparently passed to the linker in the same order, but I must have the order...
  • 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...
  • Mixed mode programming
    I have developed a small Single Board computer, with a few customizations.. I am well versed in Assembly programming for 8052, but not for C. I have written driver functions for the devices on the...
  • mixing of C and assembly
    How to save and compile a C code with inline assembly program?