Here is the beginning of my Intel format hex file:
:020000040008F2
:0200000049C1F4
:020000040009F1
:20000000064201443130187F4401A6421FA9A63B464A054446E4044446D486060A464501FE
So I expect to see in memory beginning at 0x80000: 49C1 FFFF FFFF FFFF
But after loading out file into memory, this is what I see in the memory browser:
0x00800000 0049 5AC1 FFFF FFFF
1) So the 49C1 is not in the first word, why not???
2) Well well, the memory browser shows the address 95AC1 which just happens to be the entry point for
00095ac1 00000008 f28004x_codestartbranch.obj (.text)
3) So the hex file has the 9 and C1 but just how did the 5A get there???