HEX Converter hx63

 

 

 

 

 

 

 

Outline

 

 

 

 

 

 

 

 

 

Converts an absolute object in IEEE-695 format output from the
linker into ROM-image data in Intel-HEX format or Motorola-S

format. This conversion is needed when making the ROM or when

creating mask data using the development tools provided with
each model.

 

 

 

 

 

 

 

 

Flowchart

 

from Linker

 

 

 

 

 

 

 

 

 

 

Absolute

file.abs

 

file.par

ICE

 

object file

 

parameter file

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Hex Converter

 

 

 

 

 

 

 

 

hx63

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Intel-HEXfileh.hex

 

file.hsa

Motorola-S

hx63.err
format files

 

format files

filel.hex

or

file.lsa

Error file

 

 

 

 

 

 

 

 

 

 

 

filec.hex

file.csa

 

 

 

 

 

 

 

Error Messages Cannot create <file kind> file <FILE NAME> Cannot open <file kind> file <FILE NAME> Cannot read <file kind> file <FILE NAME> Cannot write <file kind> file <FILE NAME> Illegal file name <FILE NAME> specified with option <option> Illegal ICE parameter at line <line number> of <FILE NAME> Illegal file name <FILE NAME> Illegal option <option> Illegal absolute object format No ICE parameter file specified Out of memory

Warning Message

Input file name extension .XXX conflict

Development Tools

The file cannot be created.

The file cannot be opened.

The file cannot be read.

Data cannot be written to the file.

The specified hex file name is incorrect.

The ICE parameter file contains an illegal parameter setting.

The specified input file name is incorrect. An illegal option is specified. The input file is not an object file in IEEE-695 format. ICE parameter file is not specified. Cannot secure memory space.

Two or more file names with the same extension have been specified. The last one is used.

ROM or Mask data creation

Start-up Command Usage

Usage: hx63 [options] <file names>

Options: -b

Do not fill unused memory with 0xff

-e

Output error log file (HX63.ERR)

-i

Use Intel Hex format

-o

<file name> Specify output file name

File names: Absolute object file (.ABS)

 

ICE parameter file (.PAR)