Description
Use this command to link an S-Record or Intel Hex file with the application. HEXFILE fiboram.s1 OFFSET 0xFFFF9800 /* 0x800 - 0x7000 */
The above code adds the optional offset specified in the HEXFILE command to each
record in the Freescale S-record file, and encodes the code at address 0x7000 at address
0x800. The offset 0xFFFF9800 used above is the unsigned representation of -0x68000. To
calculate it, use a hex-capable calculator and subtract 0x7000 from 0x800.