No part of this material may be reproduced or duplicated in any form or by any means without the written permission of Seiko
Epson. Seiko Epson reserves the right to make changes to this material without notice. Seiko Epson does not assume any
liability of any kind arising out of any inaccuracies contained in this material or due to its application or use in any product or
circuit and, further, there is no representation that this material is applicable to products requiring high level reliability, such
as medical products. Moreover, no license to any intellectual property rights is granted by implication or otherwise, and there
is no representation or warranty that anything made in accordance with this material will be free from any patent or copyright
infringement of a third party. This material or portions thereof may contain technology or the subject relating to strategic
products under the control of the Foreign Exchange and Foreign Trade Law of Japan and may require an export license from
the Ministry of International Trade and Industry or other approval from another government agency.
MS-DOS, Windows, Windows 95, Windows 98 and Windows NT are registered trademarks of Microsoft Corporation, U.S.A.
PC-DOS, PC/AT, PS/2, VGA, EGA and IBM are registered trademarks of International Business Machines Corporation, U.S.A.
NEC PC-9800 Series and NEC are registered trademarks of NEC Corporation.
All other product names mentioned herein are trademarks and/or registered trademarks of their respective owners.
Starting April 1, 2001, the product number will be changed as listed below. To order from April 1,
2001 please use the new product number. For further information, please contact Epson sales
representative.
Configuration of product number
Devices
S1C63158F0A01
Development tools
S5U1
∗1: For details about tool types, see the tables below. (In some manuals, tool types are represented by one digit.)
∗2: Actual versions are not written in the manuals.
C63000A11
00
Packing specification
Specification
Package (D: die form; F: QFP)
Model number
Model name (C: microcomputer, digital products)
Product classification (S1: semiconductor)
00
Packing specification
Version (1: Version 1 ∗2)
Tool type (A1: Assembler Package ∗1)
Corresponding model number
(63000: common to S1C63 Family)
Tool classification (C: microcomputer use)
Product classification
(S5U1: development tool for semiconductor products)
This document describes the development procedure from assembling source files to debugging. It also
explains how to use each development tool of the "S1C63 Family Assembler Package" common to all the
models of the S1C63 Family.
Caution
We are not responsible for any problems involving products you have manufactured using packed data
created without the use of the tool contained in this package, or using packed data edited after being
created using the tool contained in this package.
How To Read the Manual
This manual was edited particularly for those who are engaged in program development. Therefore, it
assumes that the reader already possesses the following fundamental knowledge:
• Basic knowledge about assembler language
• Basic knowledge about the general concept of program development by an assembler
• Basic operating methods for Windows
Before installation
See Chapter 1. Chapter 1 describes the composition of this package, and provides a general outline of
each tool.
Installation
Install the tools following the installation procedure described in "setup_e.pdf".
®
95/98 or Windows NT®4.0
To understand the flow of program development
See the program development flow in Chapter 2.
For coding
See the necessary parts in Chapter 4. Chapter 4 describes the grammar for the assembler language as
well as the assembler functions. Also refer to the following manuals when coding:
S1C63xxx T echnical Manual
Covers device specifications, and the operation and control method of the peripheral circuits.
S1C63000 Core CPU Manual
Has the instructions and details the functions and operation of the Core CPU.
For debugging
Chapter 8 gives detailed explanation of the debugger. Sections 8.1 to 8.8 give an overview of the
functions of the debugger. See Section 8.9 for details of the debug commands. Also refer to the following manuals to understand operations of the In-Circuit Emulator (ICE) and the Peripheral Circuit
Board S5U1C63xxxP:
S5U1C63000H1 Manual (S1C63 Family In-Circuit Emulator)
Explains the functions and handling methods of the ICE.
S5U1C63xxxP Manual (Peripheral Circuit Board for S1C63xxx)
Covers the functions and handling methods of the peripheral circuit board that provides the
hardware specifications of each model to the ICE.
For details of each tool
Chapters 3 to 8 explain the details of each tool. Refer to it if necessary.
Once familiar with this package
Refer to the listings of instructions and commands contained in Appendices.
S5U1C63000A MANUALEPSONi
(S1C63 FAMILY ASSEMBLER PACKAGE)
INTRODUCTION
Manual Notations
This manual was prepared by following the notation rules detailed below:
(1) Sample screens
The sample screens provided in the manual are all examples of displays under Windows®95/98.
These displays may vary according to the system or fonts used.
(2) Names of each part
The names or designations of the windows, menus and menu commands, buttons, dialog boxes, and
keys are annotated in brackets [ ]. Examples: [Command] window, [File | Exit] menu item ([Exit]
command in [File] menu), [Key Break] button, [q] key, etc.
(3) Names of instructions and commands
The CPU instructions and the debugger commands that can be written in either uppercase or lowercase characters are annotated in lowercase characters in this manual, except for user-specified symbols.
(4) Notation of numeric values
Numeric values are described as follows:
Decimal numbers:Not accompanied by any prefix or suffix (e. g., 123, 1000).
Hexadecimal numbers: Accompanied by the prefix "0x" (e. g., 0x0110, 0xffff).
Binary numbers:Accompanied by the prefix "0b" (e. g., 0b0001, 0b10).
However, please note that some sample displays may indicate hexadecimal or binary numbers not
accompanied by any symbol. Moreover, a hexadecimal number may be expressed as xxxxh, or a
binary number as xxxxb, for reasons of convenience of explanation.
(5) Mouse operations
To click:The operation of pressing the left mouse button once, with the cursor (pointer)
placed in the intended location, is expressed as "to click". The clicking operation of
the right mouse button is expressed as "to right-click".
To double-click: Operations of pressing the left mouse button twice in a row, with the cursor (pointer)
placed in the intended location, are all expressed as "to double-click".
To drag:The operation of clicking on a file (icon) with the left mouse button and holding it
down while moving the icon to another location on the screen is expressed as "to
drag".
To select:The operation of selecting a menu command by clicking is expressed as "to select".
(6) Key operations
The operation of pressing a specific key is expressed as "to enter a key" or "to press a key".
A combination of keys using "+", such as [Ctrl]+[C] keys, denotes the operation of pressing the [C] key
while the [Ctrl] key is held down. Sample entries through the keyboard are not indicated in [ ].
Moreover, the operation of pressing the [Enter] key in sample entries is represented by "↵".
In this manual, all the operations that can be executed with the mouse are described only as mouse
operations. For operating procedures executed through the keyboard, refer to the Windows manual or
help screens.
(7) General forms of commands, startup options, and messages
Items given in [ ] are those to be selected by the user, and they will work without any key entry
involved.
An annotation enclosed in < > indicates that a specific name should be placed here. For example, <file
name> needs to be replaced with an actual file name.
Items enclosed in { } and separated with | indicate that you should choose an item. For example, {A |
B} needs to have either A or B selected.
(8) Development tool name
ICE: Indicates S5U1C63000H1 (S1C63 Family In-Circuit Emulator).
12.5 Example Output File ................................................................................... 288
APPENDIXQUICK REFERENCE
S5U1C63000A MANUALEPSONix
(S1C63 FAMILY ASSEMBLER PACKAGE)
CHAPTER 1: GENERAL
CHAPTER 1GENERAL
1.1Features
The S1C63 Family Assembler Package contains software development tools that are common to all the
models of the S1C63 Family. The package comes as an efficient working environment for development
tasks, ranging from source program assembly to debugging.
Its principal features are as follows:
Simple composition
A task from assembly to debugging can be made with minimal tools.
Integrated working environment
A Windows-based integrated environment allows the tool chain to be used on its Windows GUI
interface <Workbench wb63>.
Modular programming
The relocatable assembler lets you develop a program which is made up of multiple sources. This
makes it possible to keep a common part independently and to use it as a part or a basis for the next
program.
Source debugging
A debugger can display an assembler source to show its execution status and allow debugging
operations on it. This makes debugging much easier to perform.
Common to all S1C63 chips
The tools included in this package are common to all S1C63 Family models except for several chip
dependent masking tools ("Dev" tools). The chip dependent information is read from the ICE parameter file for each chip.
Complete compatibility with old syntax sources
By supporting old syntax, existing sources written for old 63 tools are available with these new tools.
S5U1C63000A MANUALEPSON1
(S1C63 FAMILY ASSEMBLER PACKAGE)
CHAPTER 1: GENERAL
1.2Tool Composition
1.2.1 Composition of Package
The S1C63 Family Assembler Package contains the items listed below. When it is unpacked, make sure
that all items are supplied.
1) CD-ROM (Tools and PDF manuals are included).................. One
2) Warranty card ......................................................................... One each in English and Japanese
3) Registration 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 (as63.exe)
Converts the mnemonic of the source files into object codes (machine language) of the S1C63000. 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 (lk63.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 EXT insertion/correction function
allowing the programmer to create sources without having to know branch destination ranges.
Hex converter (hx63.exe)
Converts an absolute object in IEEE-695 format output from the linker into ROM-image data in
Motorola-S format or Intel-HEX format. This conversion is needed when making the ROM or when
creating mask data using the mask data checker.
Disassembler (ds63.exe)
Disassembles an absolute object file in IEEE-695 format or a hex file in Motorola-S 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 (db63.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.
Work Bench (wb63.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.
2EPSONS5U1C63000A MANUAL
(S1C63 FAMILY ASSEMBLER PACKAGE)
CHAPTER 1: GENERAL
The tools listed below are Windows GUI applications for creating mask data. A device information
definition file (s1c63xxx.ini) is required to run these tools. The CD-ROM contains the device information
definition files for the models supported with the following tools. For unsupported models, model
specific Development Tools are provided.
Function option generator (winfog.exe)
This tool creates an ICE function option setup file after selecting the mask options of the S1C63xxx
and the function option document file that is necessary to generate IC mask patterns. You can create
function option data by selecting the appropriate item using the check boxes.
Segment option generator (winsog.exe)
This tool creates an ICE segment option setup file after selecting the segment options of the S1C63xxx
and the segment option document file that is necessary to generate IC mask patterns. You can create
segment assignment data by merely clicking on the display memory map and segment decode table
shown on the window. The winsog is used only for the model that has segment options.
Melody assembler (winmla.exe)
This tool converts the melody data created using an editor into the melody ROM and melody option
data for the S1C63xxx melody generator. The winmla is used only for the model with a melody output
function.
Mask data checker (winmdc.exe)
This tool checks the data in development-completed program ROM/data ROM files and option
document files to create the mask data file that will be presented to Seiko Epson.
1.3Working Environment
To use the S1C63 Family Assembler Package, the following conditions are necessary:
Personal computer
An IBM PC/AT or a compatible machine which is equipped with a CPU equal to or better than a
Pentium 75 MHz, and 32MB or more of memory is recommended.
To use the optional In-Circuit Emulator ICE, the personal computer also requires a serial port (with a
D-sub 9 pin).
Display
A display unit capable of displaying 800 × 600 dots or more is necessary.
Hard disk and CD-ROM drive
Since the installation is done from a CD-ROM to a hard disk, a CD-ROM drive and a hard disk drive
are required.
Mouse
A mouse is necessary to operate the tools.
System software
The S1C63 Family Assembler Package supports Microsoft
Windows
®
98 (English or Japanese) and Windows NT®4.0 (English or Japanese).
Other development tools
To debug the target program, the optional In-Circuit Emulator and a Peripheral Circuit Board
S5U1C63xxxP are needed as the hardware tools.
The S5U1C63xxxP board is prepared for each S1C63 model.
®
Windows®95 (English or Japanese),
S5U1C63000A MANUALEPSON3
(S1C63 FAMILY ASSEMBLER PACKAGE)
CHAPTER 1: GENERAL
1.4Installation
The supplied CD-ROM contains the installer (Setup.exe) that installs the tools.
To install the tools, start up the "Setup.exe" and follow the instructions in the dialog boxes that will be
appeared. For more information on the installation procedure, please refer to "setup_e.pdf" on the CDROM.
1.5Directories and Files after Installation
The installer copies the following files in the specified directory (default is "C:\EPSON\S1C63\"):
WB63.EXE... Work bench
AS63.EXE... Assembler
LK63.EXE... Linker
HX63.EXE... Hex converter
DS63.EXE... Disassembler
DB63.EXE... Debugger
S1C63.CNT... Help index
S1C63.HLP... Help contents
. . .... Other related files
[\DEV]
[\BIN]... S1C63 Family Development Tool for Windows
WINFOG.EXE... Function option generator
WINSOG.EXE... Segment option generator
WINMLA.EXE... Melody assembler
WINMDC.EXE... Mask data checker
US6xxxx.EXE... ROM Writer II control software (English)
JP6xxxx.EXE... ROM Writer II control software (Japanese)
6xxxx.FRM... Firmware
. . .... Other related files
:∗ Refer to the technical manual for details of the ROM Writer II.
[\ICE]
[\ICE63UPD]
TM63.EXE... ICE firmware updater to support standard peripheral circuit board
ICE63.COM
I63COM.O
I63.PAR
[\FPGA]
C63xxx.MOT... FPGA data to configure standard peripheral circuit board
:
4EPSONS5U1C63000A MANUAL
(S1C63 FAMILY ASSEMBLER PACKAGE)
CHAPTER 1: GENERAL
[\DOC]
[\ENGLISH]... Document folder (English)
REL_xxxx_E.TXT... Tool release note
MANUAL_E.PDF... This manual in PDF format
QUICK_E.PDF... Quick reference in PDF format
[\HARD]
xxxx_E.PDF... Hardware development tool manuals in PDF format
[\JAPANESE]... Document folder (Japanese)
REL_xxxx_J.TXT... Tool release note
MANUAL_J.PDF... This manual in PDF format
QUICK_J.PDF... Quick reference in PDF format
[\HARD]
xxxx_J.PDF... Hardware development tool manuals in PDF format
Online manual in PDF format
The online manuals are provided in PDF format, so Adobe Acrobat Reader Ver. 4.0 or later is needed
to read it.
Files for future release models
The files for future release models may be provided in FDs. Refer to the Readme file included in the
FD for installation.
S5U1C63000A MANUALEPSON5
(S1C63 FAMILY ASSEMBLER PACKAGE)
CHAPTER 2: SOFTWARE DEVELOPMENT PROCEDURE
CHAPTER 2 SOFTW ARE DEVELOPMENT PROCEDURE
This chapter outlines a basic development procedure.
2.1Software Development Flow
Figure 2.1.1 represents a flow of software development work.
Work Bench
wb63
Make
file.MAK
file
file.Sfile.MS
or
Assembly
list file(s)
Linker
command file
file.SYMSymbol file
file.MAPfile.XRFLink map file
HEX converter
hx63
Intel-HEX
format files
fileH.HEX
fileL.HEX
fileC.HEXfile.CSA
Assembly
source file(s)
file.CM
Motorola-S
format files
file.HSA
or
file.LSA
Assembler
as63
file.Ofile.LST
Object
file(s)
Linker
lk63
file.ABS
Absolute
object file
file.MS
Preprocessed
source file(s)
Absolute
file.ALS
list file
Cross
reference
file
Disassembler
ds63
file.MS
Disassembled
source file
S1C63xxx Development Tool
file.parfile.ini
Function Option
Generator winfog
file.FSAfile.FDC
Function option
HEX file
Segment Option
Generator winsog
file.SSA
Segment option
HEX file
Melody
data file
Melody Assembler
file.MSA
Melody ROM
option HEX file
Mask Data Checker
Function option
document file
file.SDC
Segment option
document file
file.MDT
winmla
file.MDC
Melody ROM option
document file
winmdc
file.PAn
SEIKO EPSON
Mask
data file
Debugger
db63
In-Circuit Emulator
Fig. 2.1.1 Software development flow
The work bench provides an integrated development environment from source editing to debugging.
Tools such as the assembler and linker can be invoked from the work bench. The tools can also be invoked individually from the DOS prompt.
Refer to the respective chapter for details of each tool.
Some models provide other development tools (fog63xxx, sog63xxx, etc.) instead of the "S1C63xxx
Development Tool" shown above. Those model dependent tools are not covered in this manual. For
details, refer to the tool manual associated with each specific model.
6EPSONS5U1C63000A MANUAL
(S1C63 FAMILY ASSEMBLER PACKAGE)
CHAPTER 2: SOFTWARE DEVELOPMENT PROCEDURE
2.2Development Using Work Bench
This section shows a basic development procedure using the work bench wb63.
Refer to Chapter 3, "Work Bench", for operation details.
2.2.1 Starting Up the Work Bench
Start up the work bench by choosing "WorkBench63" from the program menu.
S5U1C63000A MANUALEPSON7
(S1C63 FAMILY ASSEMBLER PACKAGE)
CHAPTER 2: SOFTWARE DEVELOPMENT PROCEDURE
2.2.2 Creating a New Project
The work bench manages necessary file and tool setting information as a project.
First a new project file should be created.
1. Select [New] from the [File] menu (or click the [New] button).
[New] button
The [New] dialog box appears.
2. Select [EPSON Project File] and click [OK].
The [Project] dialog box appears.
3. Enter a project name, select an ICE parameter file and select a
directory, then click [OK].
∗ The [ICE parameter file:] box lists the parameter files that exist
in the "dev63" directory.
The work bench creates a folder (directory) with the specified
project name as a work space, and puts the project file (.epj) into
the folder.
The specified project name will also be used for the absolute object
and other files.
Created project [Project] window
2.2.3 Editing Source Files
The work bench has an editor function. This makes it possible to edit source files without another editor.
To create a new source file:
1. Select [New] from the [File] menu (or click the [New] button).
[New] button
The [New] dialog box appears.
2. Select [EPSON Assembly Source File] and click [OK].
8EPSONS5U1C63000A MANUAL
(S1C63 FAMILY ASSEMBLER PACKAGE)
CHAPTER 2: SOFTWARE DEVELOPMENT PROCEDURE
[Edit] windowA new edit window appears.
3. Enter source codes in the [Edit] window.
4. Save the source in a file by selecting [Save] from the [File] menu (or clicking the [Save] button).
[Save] button
S5U1C63000A MANUALEPSON9
(S1C63 FAMILY ASSEMBLER PACKAGE)
CHAPTER 2: SOFTWARE DEVELOPMENT PROCEDURE
5. Click the [Insert into project] button on the [Edit] window.
[Insert into project] button
The created source file is added in the project.
To add existing source files, use [Files into project...] in the [Insert] menu. It can also be done by dragging
source files from Windows Explorer to the project window.
Create necessary source files and add them into the project.
Sample list in the [Project] window
The added source files are listed in the project window. Double-clicking a listed source file name opens
the edit window.
2.2.4 Configuration of Tool Options
The work bench supports all the start up options of each tool and they can be selected in a dialog box. A
make process for generating an executable object will be configured based on the settings.
In addition to option selection, command files for the linker and debugger can be configured here.
To set tool options:
1. Select [Setting...] from the [Build] menu.
A dialog box appears.
2. Configure options if necessary.
Check box items can be selected by clicking. Items in the list can be toggled or entered by doubleclicking.
Refer to Chapter 3, "Work Bench", for details of the [Settings] dialog box.
10EPSONS5U1C63000A MANUAL
(S1C63 FAMILY ASSEMBLER PACKAGE)
CHAPTER 2: SOFTWARE DEVELOPMENT PROCEDURE
2.2.5 Building an Executable Object
To make an executable object file:
1. Select [Build] from the [Build] menu (or click the [Build] button).
[Build] button
This will invoke the assembler and linker to create an executable object file. If a HEX file format (Intel
HEX or Motorola S) is selected by the [Output format] box, the HEX converter will be invoked after
linking. By default, an absolute object file in IEEE-695 format will be created.
[Output format] box
Messages delivered from each executed tool are displayed in the [Output] window. The work bench has a
tag-jump function that jumps to the source line in which an error has occurred by double-clicking a
source syntax error message that appears in the [Output] window. It opens the corresponding source
window if it is closed.
Linked with the corresponding source line
[Output] window
In the build task, a general make process is executed to update the least necessary files. To rebuild all the
files without the make function, select [Rebuild All] from the [Build] menu (or click the [Rebuild All]
button).
[Rebuild All] button
To invoke the assembler only to correct syntax errors, select [Assemble] in the [Built] menu (or click the
[Assemble] button).
[Assemble] button
S5U1C63000A MANUALEPSON11
(S1C63 FAMILY ASSEMBLER PACKAGE)
CHAPTER 2: SOFTWARE DEVELOPMENT PROCEDURE
2.2.6 Debugging
To debug the executable object:
1. Select [Debug] from the [Build] menu (or click the [Debug] button).
[Debug] button
The debugger starts up with the specified ICE parameter file and then loads the executable object file.
Note: Make sure that the ICE is ready to debug before invoking the debugger. Refer to the ICE hardware
manual for settings and startup method of the ICE.
For the debugging functions and operations, refer to Chapter 8, "Debugger".
12EPSONS5U1C63000A MANUAL
(S1C63 FAMILY ASSEMBLER PACKAGE)
CHAPTER 3: WORK BENCH
CHAPTER 3WORK BENCH
This chapter describes the functions and operating method of the Work Bench wb63.
3.1Features
The Work Bench wb63 provides an integrated operating environment ranging from editing source files to
debugging. Its functions and features are summarized below:
• Source edit function that supports copy/paste, find/replace, print, label jump and tag jump from error
messages.
• Allows simple management of all necessary files and information as a project.
• General make process to invoke necessary tools and to update the least necessary files.
• Supports all options of the assembler, linker, HEX converter, disassembler and debugger.
•Windows GUI interface for simple operation.
3.2Starting Up and Terminating the Work Bench
To start up the work bench
Choose "WorkBench63" from the [Program] menu to start
up the work bench.
∗ If "WorkBench63" is not registered in the [Program]
menu, it means that the installation was not successful.
Therefore, reinstall the tools .
When the work bench starts up, the window shown below
appears.
To terminate the work bench
Select [Exit] from the [File] menu.
S5U1C63000A MANUALEPSON13
(S1C63 FAMILY ASSEMBLER PACKAGE)
CHAPTER 3: WORK BENCH
3.3Work Bench Windows
3.3.1 Windo w Configuration
Menu barToolbar[Edit] window
[Project] window[Output] windowStatus bar
The work bench has three types of windows: [Edit] window, [Project] window and [Output] window.
[Edit] window
This window is used for editing a source file. A standard text file can also be displayed in this window. Two or more windows can be opened in the edit window area.
When an assembly source file is opened, the source is displayed with in colors according to the
contents. The default colors are shown below.
S1C63 instructions:Black
Preprocess (#) pseudo-instructions: Dark brown
Assemble (.) pseudo-instructions:Blue
Labels:Light brown
Comments:Green
These colors can be changed by the [Tools | Options ] menu command (refer to Section 3.10).
[Project] window
This window shows the currently opened work space folder and lists all the source files in the project,
with a structure similar to Windows Explorer.
Double-clicking a source file icon opens the source file in the [Edit] window.
14EPSONS5U1C63000A MANUAL
(S1C63 FAMILY ASSEMBLER PACKAGE)
CHAPTER 3: WORK BENCH
[Output] window
This window displays the messages delivered from the executed tools in a build or assemble process.
Double-clicking a syntax error message with a source line number displayed in this window activates
or opens the [Edit] window of the corresponding source so that the source line in which the error has
occurred can be viewed.
Menu bar
Refer to Section 3.5.
Toolbar
Refer to Section 3.3.
Status bar
Shows help messages when the mouse cursor is placed on a menu item or a button.
It also indicates the cursor position in the [Edit] window and Key lock status (Num lock, Caps lock,
Scroll lock).
3.3.2 Windo w Manipulation
Resizing the windows
Each window area can be
resized by dragging the window boundary. The size
information is saved when the
work bench is terminated. So
the same window layout will
appear at the next time the
work bench starts up.
←| |→
←| |→
Double click
Floating and docking the
[Project] and [Output]
window
The [Project] window and the
[Output] window can be made
a floating window by doubleclicking the window boundary
and the floating window can be
moved and resized in the work
bench window. The floating
window will be restored to a
docking window by double
clicking the window's title bar
or dragging the title bar
towards an edge of the work
bench window.
S5U1C63000A MANUALEPSON15
(S1C63 FAMILY ASSEMBLER PACKAGE)
CHAPTER 3: WORK BENCH
Closing the [Project] and [Output] window
The [Project] window and the [Output] window can be closed by selecting [Project Window] and
[Output Window] from the [View] menu, respectively. To open them, select the menu items again.
Maximizing the [Edit] window area
The [Edit] window area can be maximized to the full screen size by selecting
[Full Screen] from the [View] menu. All
other windows and toolbars are hidden
behind the [Edit] window area.
To return it to the normal display, click
the button that appears on the screen.
This button can be moved anywhere in
the screen by dragging its title bar.
Pressing the [ESC] key also returns the
window to the normal display.
Opening/Closing [Edit] windows
An [Edit] window opens when a source file (text file) is loaded using a menu, button or a file icon in
the [Project] window, or when a new source is created.
[Edit] windows close by clicking the [Close] box of each window or selecting [Close] from the [File]
menu.
When a project file is saved, the [Edit] window information (files opened, size and location) is also
saved. So the next time the project opens, editing can begin in the saved condition.
Arrangement of the [Edit] windows
The [Edit] windows being opened can be arranged similar to standard Windows applications.
1 Cascade windows
Select [Cascade] from the [Window] menu or click the [Cascade Windows] button.
[Cascade Windows] button
16EPSONS5U1C63000A MANUAL
(S1C63 FAMILY ASSEMBLER PACKAGE)
Loading...
+ 316 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.