4 messages – Epson S5U1C62000A User Manual

Page 119

Advertising
background image

S5U1C62000A MANUAL

EPSON

107

(S1C60/62 FAMILY ASSEMBLER PACKAGE)

CHAPTER 7: HEX CONVERTER

7.4 Messages

The hex converter delivers all its messages via the Standard Output (stdout).

Start-up message

The hex converter outputs only the following message when it starts up.

Hex converter 62 Ver x.xx

Copyright (C) SEIKO EPSON CORP. 199x

End message

The hex converter outputs the following messages to indicate which files have been created when it
ends normally.

Created hex file <FILE NAME>H.HEX
Created hex file <FILE NAME>L.HEX
Created error log file HX62.ERR

Hex conversion 0 error(s) 0 warning(s)

Usage output

If no file name was specified or an option was not specified correctly, the hex converter ends after
delivering the following message concerning the usage:

Usage: hx62 [options] <file names>

Options: -b Do not fill room with 0xff

-e Output error log file (HX62.ERR)

-m Use Motorola-S format

-O <file name> Output file name (L/H.HEX, .L/HSA or no extension)

File name: Absolute object file (.ABS)

ICE parameter file (.PAR)

When error/warning occurs

If an error occurs, an error message will appear before the end message shows up.

Example:

Error : No ICE parameter file specified

Hex conversion 1 error(s) 0 warning(s)

In the case of an error, the hex converter ends without creating an output file.

If a warning is issued, a warning message will appear before the end message shows up.

Example:

Warning : Output file name conflict

Hex conversion 0 error(s) 1 warning(s)

In the case of a warning, the hex converter ends after creating the output files, but the result cannot be
guaranteed.

For details on errors and warnings, refer to Section 7.6 "Error/Warning Messages".

Advertising