Displaying 1 result from an estimated 1 matches for "919c".
Did you mean:
9191
2018 Mar 12
3
Cross-compiling for ARM Cortex-M3 on x86
...he
user code doesn't change, but libc code is now in Thumb mode, and the
binary analysis tool can simulate the application just fine:
1743 00009198 <*srand*>:
1744 9198: 2200 movs r2, #0
1745 919a: 4b03 ldr r3, [pc, #12] ; (91a8 <srand+0x10>)
1746 919c: 681b ldr r3, [r3, #0]
1747 919e: f8c3 00a8 str.w r0, [r3, #168] ; 0xa8
1748 91a2: f8c3 20ac str.w r2, [r3, #172] ; 0xac
1749 91a6: 4770 bx lr
Can anyone kindly give me some pointers on how to debug this? Or at least
tell me whether this is a bug? I am...