This documentation describe how to use HEXOBJ.EXE under your
computer DOS command prompt.
There are some functionS to be added in this version(V2.0).
1.Three types of HEX format file can be converted to BIN file
I : INTEL HEX format(BYTE oriented)
M : MOTOROLA S HEX format(BYTE oriented)
T : TEKTRONICS HEX format(BYTE oriented)
Max. converted size is 64 K bytes
2.The parameter to be answered in prompt mode can be directly
typed in one DOS command line as follow.
A>HEXOBJ [HEX FILE NAME] [BIN FILE NAME] [HEX FORMAT] <CR>
EX.:
HEXOBJ DEMO.HEX DEMO.BIN I <CR>
[] : means option
3.This program still can be used in prompt mode as follow.
HEX FILE NAME :DEMO.HEX
BIN FILE NAME :DEMO.BIN
HEX FORMAT (<I>INTEL <M>MOTOROLA <T>TEKTRONICS) :I
4.Two DOS command utility can be used as follow.
A>HEXOBJ < KEY.IN<CR>
or
A>TYPE KEY.IN | HEXOBJ<CR>
KEY.IN is a text file edited by any text editer(EDLIN,WS).
for ex.:
DEMO.HEX<CR>
DEMO.BIN<CR>
I<CR>
<CR> : cariage return key