.\" Hey, EMACS: -*- nroff -*- .\" $Id: ihex2txt.1,v 1.2 2003/06/30 17:20:24 pzn Exp $ .TH EEP24C 1 "2002-11-14" .\" Please adjust this date whenever revising the manpage. .SH NAME ihex2txt \- converts Intelhex format to a simple text format .br txt2ihex \- converts simple text format to Intelhex .SH SYNOPSIS .B ihex2txt inputfile outputfile .br .B txt2ihex inputfile outputfile .SH DESCRIPTION The commands .B ihex2txt and .B txt2ihex can be used to edit data in Intelhex format. First you get the original Intelhex file and use .B ihex2txt to convert it. Then you edit the text file and convert back to Intelhex using .B txt2ihex .SH INTELHEX FORMAT .B Intel Hexadecimal Object File Format or simply Intelhex specification can be found at .br ftp://download.intel.com/support/processors/ .br i960/devtools/INTELHEX.PDF .br Record types 00 and 01 are implemented in this version. In input lines, LF and CR+LF are accepted as newline markers. Output files are generated with LF as a newline marker. .SH TEXT FORMAT The text format is composed by a line with values separated with spaces. The first value is the initial address, the following values are the values. .br Example: .B 02B7 07 B9 70 7A 6E .br means that the content of address 02B7 is 07, the content of address 02B8 is B9, the content of address 02B9 is 70, ... .SH SEE ALSO .BR eep24c (1). .br .SH AUTHOR This manual page was written by Pedro Zorzenon Neto .