On Thu, 9 Nov 1995, Rick Miller wrote >I think Parallax's docs refer to "IHEX8M"... >Where do I get details on this file format? This is the detail of HEX format, this format is also produced by the MASM Microchip's assembler. Philippe. {-----------------------------------------------------------------------------} (* (HEX) INTEL 8/MDS Format: *) (* : 10 0010 00 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF F0 *) (* | | - type de bloc 01 = fin | *) (* | address total sum *) (* number of byte two's complement *) (* : 00 0000 01 FF <- end of txt *) {-----------------------------------------------------------------------------} (* (HEX) INTEL HEX32 Format: (idem Hex ) *) (* : 10 0010 00 LO HI LO HI LO FI LO HI LO HI LO HI LO HI LO HI xx *) (* 0---- 1---- 2---- 3---- 4---- 5---- 6---- 7---- *)