• 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
    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 includes not the user-code
    Hi, I've a very simple small programm, which is stored in an external flash memory connected to NCS0. I'm working with the AT91SAM9263 controller from atmel. The programm is stored in the flash device...
  • thumb
    Hello, I wrote a function which call another function through a pointer of function call. When I trace the call, as soon as I reach the function the thumb bit is cleared , and of course the program...
  • 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...