=============================================================================== File format conversion utility To convert following file format into binary format. ------------------------------------------------------------------------------- syntax : FCONV / [/] sourcefile [] ------------------------------------------------------------------------------- 1: MOS.HEX 2: Intel.Hex 3: Motorola.S 4: Tektronic.Hex 5: HP64000.ABS 7: Intel Ext.Hex 8: PIC PICES HEX 9: PIC INHX16 HEX 'ch' are the unuse address contents of output (binary) file , Default value will set to 'ffh' if unspecified . Output binary file name . The default file name will be the same as source file name with " .BIN " as extended if unspecified. ------------------------------------------------------------------------------- EXAMPLE : " FCONV /7 /00 c:\test.hex d:\test1.b " Convert an intel ext. HEX source file , file name " test.hex " in driver C in to a binary file , file name " test1.b " in driver D ,then fill the data '00h' into the unused address of " test1.b " file . ===============================================================================