ملخص المحتوى في الصفحة رقم 1
MF910-06
-
CMOS 4 BIT SINGLE CHIP MICROCOMPUTER
S5U1C63000A Manual
(S1C63 Family Assembler Package)
ملخص المحتوى في الصفحة رقم 2
NOTICE 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 re
ملخص المحتوى في الصفحة رقم 3
The information of the product number change 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 S1 C 63158 F 0A01 00 Packing specification Specification Package (D: die form; F: QFP) Model number Model name (C: microcomputer, digital products) Product classification (S1: semiconductor) Developme
ملخص المحتوى في الصفحة رقم 4
ملخص المحتوى في الصفحة رقم 5
INTRODUCTION Introduction 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
ملخص المحتوى في الصفحة رقم 6
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
ملخص المحتوى في الصفحة رقم 7
CONTENTS Contents CHAPTER 1GENERAL ................................................................................................ 1 1.1 Features ......................................................................................................... 1 1.2 Tool Composition .......................................................................................... 2 1.2.1 Composition of Package .............................................................................. 2 1.2.2 Outline of Soft
ملخص المحتوى في الصفحة رقم 8
CONTENTS 3.8 Build Task ..................................................................................................... 36 3.8.1 Preparing a Build Task .............................................................................. 36 3.8.2 Building an Executable Object .................................................................. 36 3.8.3 Debugging .................................................................................................. 37 3.8.4 Executing Other Tools ........
ملخص المحتوى في الصفحة رقم 9
CONTENTS 4.8 Relocatable List File .................................................................................... 83 4.9 Sample Executions ....................................................................................... 84 4.10 Error/Warning Messages.............................................................................. 87 4.10.1 Errors ....................................................................................................... 87 4.10.2 Warning ...................
ملخص المحتوى في الصفحة رقم 10
CONTENTS 7.3 Starting Method........................................................................................... 112 7.4 Messages ..................................................................................................... 113 7.5 Disassembling Output ................................................................................. 114 7.6 Error/Warning Messages............................................................................. 117 7.6.1 Errors .........................
ملخص المحتوى في الصفحة رقم 11
CONTENTS 8.8.6 Trace Functions ......................................................................................... 152 8.8.7 Operation of Flash Memory...................................................................... 155 8.8.8 Coverage ................................................................................................... 156 8.8.9 Writing Data to the FPGA on the Standard Peripheral Circuit Board ..... 156 8.9 Command Reference ..............................................
ملخص المحتوى في الصفحة رقم 12
CONTENTS 8.9.15 Coverage ................................................................................................. 222 cv (coverage) ............................................................................... 222 cvc (coverage clear) .................................................................... 223 8.9.16 Command File ......................................................................................... 224 com (execute command file) .....................................
ملخص المحتوى في الصفحة رقم 13
CONTENTS 11.3 Using winmla .............................................................................................. 263 11.3.1 Starting Up .............................................................................................. 263 11.3.2 Window .................................................................................................... 264 11.3.3 Menus and Toolbar Buttons .................................................................... 265 11.3.4 Operation Procedure ....
ملخص المحتوى في الصفحة رقم 14
ملخص المحتوى في الصفحة رقم 15
CHAPTER 1: GENERAL CHAPTER 1GENERAL 1.1 Features 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 all
ملخص المحتوى في الصفحة رقم 16
CHAPTER 1: GENERAL 1.2 Tool 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
ملخص المحتوى في الصفحة رقم 17
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
ملخص المحتوى في الصفحة رقم 18
CHAPTER 1: GENERAL 1.4 Installation 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 CD- ROM. 1.5 Directories and Files after Installation The installer copies the following files in the specified directory (default is "C:\EPSON\S1C63\"): [EPSON\S1C63] README_E.
ملخص المحتوى في الصفحة رقم 19
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 for
ملخص المحتوى في الصفحة رقم 20
CHAPTER 2: SOFTWARE DEVELOPMENT PROCEDURE CHAPTER 2 SOFTWARE DEVELOPMENT PROCEDURE This chapter outlines a basic development procedure. 2.1 Software Development Flow Figure 2.1.1 represents a flow of software development work. Work Bench wb63 Assembly S1C63xxx Development Tool file.S file.MS file.MAK or source file(s) Make file.par file.ini file Assembler Function Option as63 Generator winfog Assembly file.LST file.O file.MS list file(s) file.FSA file.FDC Object Function option Function optio