It is placing this at 03ff.
:0207FE00943431
The address in the .hex file is doubled because this format only supports
8-bits. To find the real address, divide the value by 2.
07FE / 2 = 03FF.
It is placing this at 03ff.
:0207FE00943431
The address in the .hex file is doubled because this format only supports
8-bits. To find the real address, divide the value by 2.
07FE / 2 = 03FF.
Bookmarks