• 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} .....
  • Disassembled statement
    6: void main (void) 7: { 8: int values [75],i; 0x000001EC E92D4000 STMDB R13!,{R14} 0x000001F0 E24DDF4B SUB R13,R13,#0x0000012C 9: for (i=0;i<75;i++) 0x000001F4 E28D5000 ADD R5,R13,#0x00000000 0x000001F8...
  • 8051 Disassembler
    Hi Where can I find a 8051 disassembler ?(from a good company -free) bye