3 starting method, 2 warning – Epson S5U1C63000A User Manual

Page 126

Advertising
background image

CHAPTER 7: DISASSEMBLER

112

EPSON

S5U1C63000A MANUAL

(S1C63 FAMILY ASSEMBLER PACKAGE)

7.3 Starting Method

General form of command line

ds63 ^ [Options] ^ <Absolute object or hex file name>

^ denotes a space.

[ ] indicates the possibility to omit.

File names

Absolute object file: <File name>.abs
Motorola-S files:

<File name>.hsa, <File name>.lsa, <File name>.csa

The input file must be specified with its extension.
The Motorola-S file can be specified with either ".hsa", ".lsa" or ".csa" as the extension. The other
unspecified files will be automatically loaded.

A long file name supported in Windows and a path name can be specified. When including spaces in
the file name, enclose the file name with double quotation marks (").

Options

The disassembler comes provided with the following four start-up options:

-cl

Function: Use of lower-case characters

Explanation: Creates all instructions and labels using lower-case characters.

Default: If neither this option nor the -cu option is specified, the source will be made with

all labels in upper-case characters and instructions in lower-case characters.

-cu

Function: Use of upper-case characters

Explanation: Creates all instructions and labels using upper-case characters.

Default: If neither this option nor the -cl option is specified, the source will be made with

all labels in upper-case characters and instructions in lower-case characters.

-e

Function: Output of error file

Explanation: Creates an .err file which contains the information that the disassembler outputs

to the Standard Output (stdout), such as error messages.

Default: If this option is not specified, an error file will not be created.

-o <file name>

Function: Specification of output path/file name

Explanation: Specify an output path/file name without extension or with the extension ".ms".

If no extension is specified, ".ms" will be supplemented at the end of the specified
output path/file name.

Default: The input file name is used for the output file name.

When entering an option in the command line, one or more spaces are necessary before and after the
option.

Example:

c:\epson\s1c63\bin\ds63 -e -o c:\output.ms

Advertising