2EPSON S5U1C62000A MANUAL
(S1C60/62 FAMILY ASSEMBLER PACKAGE)
CHAPTER 1: GENERAL
1.2 Tool Composition

1.2.1 Composition of Package

The S1C62 Family Assembler Package contains the items listed below. When it is unpacked, make sure
that all items are supplied.
1) CD-ROM................................................................................. One
2) Warranty card .........................................................................One each in English and Japanese

1.2.2 Outline of Software Tools

The following shows the outlines of the software tools included in the package:
Assembler (as62.exe)
Converts the mnemonic of the source files into object codes (machine language) of the S1C62. The
results are output in a relocatable object file. This assembler includes preprocessing functions such as
macro definition/call, conditional assembly, and file-include functions.
Linker (lk62.exe)
Links the relocatable objects created by the assembler by fixing the memory locations, and creates
executable absolute object codes. The linker also provides an auto PSET insertion/correction function
allowing the programmer to create sources without having to know branch destination page numbers.
Hex converter (hx62.exe)
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 creat-
ing mask data using the development tools provided with each model.
Disassembler (ds62.exe)
Disassembles an absolute object file in IEEE-695 format or a hex file in Intel-HEX format, and restores
it to a source format file. The restored source file can be processed in the assembler/linker/hex
converter to obtain the same object or hex file.
Debugger (db62.exe)
This software performs debugging by controlling the ICE hardware tool. Commands that are used
frequently, such as break and step, are registered on the tool bar, minimizing the necessary keyboard
operations. Moreover, sources, registers, and command execution results can be displayed in multiple
windows, with resultant increased efficiency in the debugging tasks. The debugger has both Windows
and DOS user interfaces available.
Work Bench (wb62.exe)
This software provides an integrated development environment with Windows GUI. Creating/
editing source files, selecting files and major start-up options, and the start-up of each tool can be
made with simple Windows operations.