• 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
  • disassembly of thumb code
    If I set a breakpoint shortly after my main() routine (which runs in thumb mode), the disassembly window shows arm code when the breakpoint is hit. Stepping is really weird because the PC advances by...
  • 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...
  • ARM and THUMB code in disassembly window
    Hi all, how can I force the disassembly window of uVision to show thumb mode? The CPU runs in thumb mode (T=1), and a single step correctly advances the PC by 2 bytes, but the disassembly shows ARM...
  • 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...