• Disassembly
    Hi all I would like to know how to copy or store the contents in the disassembly window in Uvision3. looking for ur help. thanks t.senthil
  • LX51 and Disassembly Output File
    I recently upgraded from DK51 to PK51, one of the big reasons was the new 'disassembly output file' option. However, I can't for the life of me figure out how to get this to work when using ONLY assembler...
  • How to make make MDK generate disassembly using "bx lr"?
    The subroutine(C source code) is the same, but when compiled: The DEMO's disassembly: PUSH {r4-r7} ... ... ... POP {r4-r7} BX lr My project's disassembly: PUSH {r4, lr} .....
  • Disassembly differences
    I have problems to save a value in a variable. When I look at the disassembly code in the Disassembly Window in the Debugger it looks really weird to me. When I generate a disassembly from the axf with...
  • 8051 disassembly
    Hello! in Keil,when i write *(unsigned char*) R1 =0x30; in lst file, Keil use R0. I want R0 don't change or I want Keil use R1 no R0. Can who help me?