Benutzeranleitung / Produktwartung S1C63000 des Produzenten Epson
Zur Seite of 153
MF855-03 Core CPU Manual CMOS 4 - BIT SINGLE CHIP MICROCOMPUTER S1C63000.
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.
The information of the product number change Configuration of product number Devices Comparison table between new and previous number S1C63 Family processors 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.
.
S1C63000 CORE CPU MANUAL EPSON i CONTENTS S1C63000 C ORE CPU M ANU AL PREF A CE This manual explains the architecture, operation and instruction of the core CPU S1C63 of the CMOS 4-bit single chip microcomputer S1C63 Family .
ii EPSON S1C63000 CORE CPU MANUAL CONTENTS 3.5 Interrupts ...................................................................................................... 26 3.5.1 Interrupt vectors ...............................................................
S1C63000 CORE CPU MANUAL EPSON 1 CHAPTER 1: OUTLINE CHAPTER 1O UTLINE The S1C63000 is the core CPU of the 4-bit single chip micr ocomputer S1C63 Family that utilizes original EPSON architectur e.
2 EPSON S1C63000 CORE CPU MANUAL CHAPTER 1: OUTLINE 1.3 Bloc k Diagram Figure 1.3.1 shows the S1C63000 block diagram. F ig. 1.3.1 S1C63000 block diagr am 1.4 Input-Output Signals T ables 1.4.1 (a) and 1.4.1 (b) show the input/output signals between the S1C63000 and peripheral cir cuits.
S1C63000 CORE CPU MANUAL EPSON 3 CHAPTER 1: OUTLINE T able 1.4.1(b) Input/output signal list (2) Type I/O I I/O I/O O O O I O I I O O O O O O O Function Terminal name Data bus Bus control signal Syste.
4 EPSON S1C63000 CORE CPU MANUAL CHAPTER 2: ARCHITECTURE CHAPTER 2A RCHITECTURE This chapter explains the S1C63000 ALU, r egisters, configuration of the program memory ar ea and data memory area, and addr essing.
S1C63000 CORE CPU MANUAL EPSON 5 CHAPTER 2: ARCHITECTURE • A and B registers The A and B registers are r espective 4-bit data r egisters that are used for data transfer and operation with other registers, data memories or immediate data.
6 EPSON S1C63000 CORE CPU MANUAL CHAPTER 2: ARCHITECTURE Shift/Rotate instructions that change the Z flag: SLL, SRL, RL, RR The Z flag is used for condition judgments when executing the conditional ju.
S1C63000 CORE CPU MANUAL EPSON 7 CHAPTER 2: ARCHITECTURE 2.1.4 Arithmetic operations with numbering system In the S1C63000, some instructions support a numbering system. These instr uctions ar e indicated with the following notations in the instruction list.
8 EPSON S1C63000 CORE CPU MANUAL CHAPTER 2: ARCHITECTURE • Notes in numbering operations When performing a numbering operation, set operands in corr ect notation according to the radix before operation.
S1C63000 CORE CPU MANUAL EPSON 9 CHAPTER 2: ARCHITECTURE The EXT register maintains the data set pr eviously until new data is written or an initial r eset. In other words, the content of the EXT r egister becomes valid by only setting the E flag using an above instr uc- tion without the register writing and is used for an extended addr essing.
10 EPSON S1C63000 CORE CPU MANUAL CHAPTER 2: ARCHITECTURE • 16-bit data transf er/arithmetic for the index registers X and Y The following six instructions, which handle the X or Y register and have an 8-bit immediate data as the operand, permit the extended addressing.
S1C63000 CORE CPU MANUAL EPSON 11 CHAPTER 2: ARCHITECTURE 2.2 Program Memory 2.2.1 Configuration of program memory The S1C63000 can access a maximum 64K-word ( × 13 bits) pr ogram memory space.
12 EPSON S1C63000 CORE CPU MANUAL CHAPTER 2: ARCHITECTURE 2.2.3 Branch instructions V arious branch instructions ar e pr ovided for program r epeat and subroutine calls that change a sequen- tial program flow contr olled with the PC. The branch instruction modifies the PC to branch the pr ogram to an optional address.
S1C63000 CORE CPU MANUAL EPSON 13 CHAPTER 2: ARCHITECTURE (2) Instruction with a 4-bit A register data that specifies a relativ e address JR %A This instruction branches the pr ogram sequence with the content of the A register as an unsigned 4-bit relative addr ess.
14 EPSON S1C63000 CORE CPU MANUAL CHAPTER 2: ARCHITECTURE PC relative jump instructions Program memory 0000H FFFFH xxxxH xxxxH-127 JR sign8 xxxxH+128 0000H FFFFH xxxxH-1 xxxxH xxxxH-32767 LDB %EXT,imm.
S1C63000 CORE CPU MANUAL EPSON 15 CHAPTER 2: ARCHITECTURE This instruction permits the extended addr essing with the E flag, and the 8-bit relative addr ess can be extended into 16 bits (the contents of the EXT r egister becomes the high-order 8 bits).
16 EPSON S1C63000 CORE CPU MANUAL CHAPTER 2: ARCHITECTURE • Return instructions (RET , RETS, RETD , RETI) A r eturn instruction is used to r eturn fr om a subroutine called by the call instr uction to the r outine that called the subroutine.
S1C63000 CORE CPU MANUAL EPSON 17 CHAPTER 2: ARCHITECTURE TOASCII: ;BCD to ASCII conversion LDB %EXT,0x00 ;Sets address 0040H LDB %XL,0x40 JR %A RETD 0x30 ;"0" RETD 0x31 ;"1" RETD .
18 EPSON S1C63000 CORE CPU MANUAL CHAPTER 2: ARCHITECTURE 2.3.2 Addressing f or data memory For addressing to access the data memory , the index registers X and Y , and stack pointers SP1 and SP2 are used. (The next section will explain the stack pointers.
S1C63000 CORE CPU MANUAL EPSON 19 CHAPTER 2: ARCHITECTURE • Accessing f or addresses 0000H to 003FH Data in this ar ea is used for a relative addr ess by the "JR [addr6]" and "CALR [addr6]" explained in Section 2.
20 EPSON S1C63000 CORE CPU MANUAL CHAPTER 2: ARCHITECTURE The SP1 increment/decr ement af fects only the 8-bit field shown in Figur e 2.3.3.1, and its operation is performed cyclically .
S1C63000 CORE CPU MANUAL EPSON 21 CHAPTER 2: ARCHITECTURE F ig . 2.3.3.4 4-bit stack oper ation The SP2 increment/decr ement af fects only the 8-bit field shown in Figure 2.
22 EPSON S1C63000 CORE CPU MANUAL CHAPTER 3: CPU OPERATION CHAPTER 3 CPU O PERA TION This section explains the CPU operations and the operation timings.
S1C63000 CORE CPU MANUAL EPSON 23 CHAPTER 3: CPU OPERATION 3.3 Data Bus (Data Memory) Control 3.3.1 Data bus status The S1C63000 output the data bus status in each bus cycle externally on the DBS0 and DBS1 signals as a 2-bit status. The peripheral cir cuits perform the direction contr ol of the bus driver and other contr ols with these signals.
24 EPSON S1C63000 CORE CPU MANUAL CHAPTER 3: CPU OPERATION 3.3.3 Interrupt vector read When an interrupt is generated, the CPU r eads the interrupt vector output to the data bus by the periph- eral circuit that has generated the interr upt. The interrupt vector r ead status indicates this bus cycle.
S1C63000 CORE CPU MANUAL EPSON 25 CHAPTER 3: CPU OPERATION 3.3.5 Memory read In an execution cycle that reads data fr om the data memory , the read signal RD is output between the T2 and T3 states and data is read fr om the data bus. The address bus outputs the tar get addr ess during this bus cycle.
26 EPSON S1C63000 CORE CPU MANUAL CHAPTER 3: CPU OPERATION After an initial reset, all the interr upts including NMI ar e masked until both the stack pointers SP1 and SP2 are set by softwar e. 3.4.2 Initial setting of internal registers An initial reset initializes the internal r egisters in the CPU as shown in T able 3.
S1C63000 CORE CPU MANUAL EPSON 27 CHAPTER 3: CPU OPERATION Each of the addresses listed above corr esponds to an interrupt factor individually . A branch (jump) instruction to the interrupt service r outine should be written to these addr esses.
28 EPSON S1C63000 CORE CPU MANUAL CHAPTER 3: CPU OPERATION 3. Instructions that set the stack pointer LDB %SP1,%BA LDB %SP2,%BA These two instructions ar e also accepted after fetching the next instruction. However , these instructions must be executed as a pair .
S1C63000 CORE CPU MANUAL EPSON 29 CHAPTER 3: CPU OPERATION CLK PK PL PC FETCH BS16 DBS1/0 WR RD RDIV DA00 – DA15 D0 – D3 M00 – M15 IRQ IACK NACK IF 0 12345 DUMMY (010xH) ANY pc-3 pc-1 010xH ANY 212 A N Y pc SP2-1 DUMMY SP1-1 F reg.
30 EPSON S1C63000 CORE CPU MANUAL CHAPTER 3: CPU OPERATION • Software interrupts The software interr upts are generated by the INT instruction. T ime of the interrupt generation is determined by the software, so the I flag setting does not af fect the interrupt.
S1C63000 CORE CPU MANUAL EPSON 31 CHAPTER 3: CPU OPERATION 3.6 Standby Status The S1C63000 has a function that stops the CPU operation and it can greatly r educe power consumption. This function should be used to stop the CPU when ther e is no processing to be executed in the CPU, example while the application program waits an interr upt.
32 EPSON S1C63000 CORE CPU MANUAL CHAPTER 3: CPU OPERATION During SLEEP status, as in the HAL T status, the contents of the r egisters in the CPU that have been set before shifting ar e maintained if rated voltage is supplied. Figure 3.6.2.1 shows the sequence of shifting to the SLEEP status and r estarting.
S1C63000 CORE CPU MANUAL EPSON 33 CHAPTER 4: INSTRUCTION SET CHAPTER 4I NSTR UCTION S ET The S1C63000 offers high machine cycle ef ficiency and a high speed instruction set. It has 47 basic instructions (412 instructions in all) that ar e designed as an instruction system permitting r elocatable programming.
34 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET • Register direct addressing The register dir ect addr essing is the addressing mode when specifying a r egister for the sour ce and/ or destination. Register names should be written with % in fr ont.
S1C63000 CORE CPU MANUAL EPSON 35 CHAPTER 4: INSTRUCTION SET These instructions perform a PC r elative branch using the content (4 bits) of a memory specified with the [addr6] as a relative addr ess. The branch destination addr ess is [the addr ess next to the branch instruction] + [the contents (0 to 15) of the memory specified with the addr6].
36 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET Examples: LDB %EXT,0x15 LDB %XL,0x7D ...W orks as "LD %X, 0157D" LDB %EXT,0xB8 ADD %X,0x4F .
S1C63000 CORE CPU MANUAL EPSON 37 CHAPTER 4: INSTRUCTION SET • Signed 16-bit PC relative addressing The addressing mode of the following branch instr uctions, which have an 8-bit r elative address as the operand, change to the signed 16-bit PC relative addr essing with the E flag set to "1".
38 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET 4.2.2 Symbol meanings The following indicates the meanings of the symbols used in the instruction list. Register names A ........................... Data register A (4 bits) B ..............
S1C63000 CORE CPU MANUAL EPSON 39 CHAPTER 4: INSTRUCTION SET Memory [%X], [X] ............. Memory where the X register specifies [%Y], [Y] ............. Memory where the Y r egister specifies [00addr6] ............ Memory within 0000H to 003FH where the addr6 specifies [FFaddr6] .
40 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET 4.2.3 Instruction list by function LD %A,%A %A,%B %A,%F %A,imm4 %A,[%X] %A,[%X]+ %A,[%Y] %A,[%Y]+ LD %B,%A %B,%B %B,imm4 %B,[%X] %B,[%X]+ %.
S1C63000 CORE CPU MANUAL EPSON 41 CHAPTER 4: INSTRUCTION SET ADD %A,%A %A,%B %A,imm4 %A,[%X] %A,[%X]+ %A,[%Y] %A,[%Y]+ ADD %B,%A %B,%B %B,imm4 %B,[%X] %B,[%X]+ %B,[%Y] %B,[%Y]+ ADD [%X],%A [%X],%B [%X.
42 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET SUB %B,%A %B,%B %B,imm4 %B,[%X] %B,[%X]+ %B,[%Y] %B,[%Y]+ SUB [%X],%A [%X],%B [%X],imm4 [%X]+,%A [%X]+,%B [%X]+,imm4 SUB [%Y],%A [%Y],%B [%.
S1C63000 CORE CPU MANUAL EPSON 43 CHAPTER 4: INSTRUCTION SET CMP [%X],%A [%X],%B [%X],imm4 [%X]+,%A [%X]+,%B [%X]+,imm4 CMP [%Y],%A [%Y],%B [%Y],imm4 [%Y]+,%A [%Y]+,%B [%Y]+,imm4 INC [00addr6] DEC [00.
44 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET AND %A,%A %A,%B %A,imm4 %A,[%X] %A,[%X]+ %A,[%Y] %A,[%Y]+ AND %B,%A %B,%B %B,imm4 %B,[%X] %B,[%X]+ %B,[%Y] %B,[%Y]+ AND %F,imm4 AND [%X],%A.
S1C63000 CORE CPU MANUAL EPSON 45 CHAPTER 4: INSTRUCTION SET XOR %A,%A %A,%B %A,imm4 %A,[%X] %A,[%X]+ %A,[%Y] %A,[%Y]+ XOR %B,%A %B,%B %B,imm4 %B,[%X] %B,[%X]+ %B,[%Y] %B,[%Y]+ XOR %F,imm4 XOR [%X],%A.
46 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET SLL %A %B [%X] [%X]+ [%Y] [%Y]+ SRL %A %B [%X] [%X]+ [%Y] [%Y]+ RL %A %B [%X] [%X]+ [%Y] [%Y]+ RR %A %B [%X] [%X]+ [%Y] [%Y]+ 1000011110000.
S1C63000 CORE CPU MANUAL EPSON 47 CHAPTER 4: INSTRUCTION SET Note: • The e xtended addressing (combined with the E flag) is a vailab le only f or the instructions indi- cated with ● ● in the EXT .
48 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET 4.2.4 List in alphabetical order ADC %A,%A %A,%B %A,imm4 %A,[%X] %A,[%X]+ %A,[%Y] %A,[%Y]+ %B,%A %B,%A,n4 %B,%B %B,imm4 %B,[%X] %B,[%X],n4 .
S1C63000 CORE CPU MANUAL EPSON 49 CHAPTER 4: INSTRUCTION SET ADD [%X],imm4 [%X]+,%A [%X]+,%B [%X]+,imm4 [%Y],%A [%Y],%B [%Y],imm4 [%Y]+,%A [%Y]+,%B [%Y]+,imm4 AND %A,%A %A,%B %A,imm4 %A,[%X] %A,[%X]+ .
50 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET BIT [%Y],imm4 [%Y]+,%A [%Y]+,%B [%Y]+,imm4 CALR [00addr6] CALR sign8 CALZ imm8 CLR [00addr6],imm2 [FFaddr6],imm2 CMP %A,%A %A,%B %A,imm4 %A.
S1C63000 CORE CPU MANUAL EPSON 51 CHAPTER 4: INSTRUCTION SET INC [%X],n4 [%X]+,n4 [%Y],n4 [%Y]+,n4 [00addr6] INT imm6 JP %Y JR %A %BA sign8 [00addr6] JRC sign8 JRNC sign8 JRNZ sign8 JRZ sign8 LD %A,%A.
52 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET LDB %BA,%YH %BA,%YL %BA,imm8 %BA,[%X]+ %BA,[%Y]+ %EXT,%BA %EXT,imm8 %SP1,%BA %SP2,%BA %XH,%BA %XL,%BA %XL,imm8 %YH,%BA %YL,%BA %YL,imm8 [%X.
S1C63000 CORE CPU MANUAL EPSON 53 CHAPTER 4: INSTRUCTION SET RETI RETS RL %A %B [%X] [%X]+ [%Y] [%Y]+ RR %A %B [%X] [%X]+ [%Y] [%Y]+ SBC %A,%A %A,%B %A,imm4 %A,[%X] %A,[%X]+ %A,[%Y] %A,[%Y]+ %B,%A %B,.
54 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET SLL [%X] [%X]+ [%Y] [%Y]+ SLP SRL %A %B [%X] [%X]+ [%Y] [%Y]+ SUB %A,%A %A,%B %A,imm4 %A,[%X] %A,[%X]+ %A,[%Y] %A,[%Y]+ %B,%A %B,%B %B,imm4.
S1C63000 CORE CPU MANUAL EPSON 55 CHAPTER 4: INSTRUCTION SET 4.2.5 List of extended addressing instructions ↓ ––– ↓ ––– ↓ ––– ↓ ––– ↓ ––– ↓ ––– ↓ –.
56 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓.
S1C63000 CORE CPU MANUAL EPSON 57 CHAPTER 4: INSTRUCTION SET ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓ – ↓ –– .
58 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET ↓ –– ↓ –– ↓ –– ↓ –– ↓ –– ↓ –– ↓ –– ↓ –– ↓ –– ↓ –– ↓ –– ↓ –– ↓ –.
S1C63000 CORE CPU MANUAL EPSON 59 CHAPTER 4: INSTRUCTION SET 4.3 Instruction F ormats All the instructions of the S1C63000 ar e configured with 1 wor d (13 bits) as follows: I OP Code Examples: LD ADD.
60 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET Add with carry r' reg. to r reg. 1 cycle Function: r ← r + r' + C Adds the content of the r' r egister (A or B) and carry (C) to the r register (A or B).
S1C63000 CORE CPU MANUAL EPSON 61 CHAPTER 4: INSTRUCTION SET ADC %r ,%r' ADC %r ,imm4 Add with carry immediate data imm4 to r reg. 1 cycle Function: r ← r + imm4 + C Adds the 4-bit immediate data imm4 and carry (C) to the r r egister (A or B).
62 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET ADC %r ,[%ir] Add with carry location [ir reg.] to r reg. 1 cycle Function: r ← r + [ir] + C Adds the content of the data memory addressed by the ir r egister (X or Y) and carry (C) to the r register (A or B).
S1C63000 CORE CPU MANUAL EPSON 63 CHAPTER 4: INSTRUCTION SET ADC [%ir],%r Add with carry r reg. to location [ir reg.] 2 cycles Function: [ir] ← [ir] + r + C Adds the content of the r register (A or B) and carry (C) to the data memory addressed by the ir register (X or Y).
64 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET ADC [%ir],imm4 ADC [%ir]+,imm4 Add with carry immediate data imm4 to location [ir reg.] 2 cycles Function: [ir] ← [ir] + imm4 + C Adds the 4-bit immediate data imm4 and carry (C) to the data memory addressed by the ir register (X or Y).
S1C63000 CORE CPU MANUAL EPSON 65 CHAPTER 4: INSTRUCTION SET ADC %B,%A,n4 Add with carry A reg. to B reg. in specified radix 2 cycles Function: B ← N's adjust (B + A + C) Adds the content of the A register and carry (C) to the B register . The operation r esult is adjusted with n4 as the radix.
66 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET ADC %B,[%ir]+,n4 ADC [%ir],%B,n4 Add with carry B reg. to location [ir reg.] in specified radix 2 cycles Function: [ir] ← N's adjust ([ir] + B + C) Adds the content of the B register and carry (C) to the data memory addr essed by the ir register (X or Y).
S1C63000 CORE CPU MANUAL EPSON 67 CHAPTER 4: INSTRUCTION SET ADC [%ir]+,%B,n4 Add with carry B reg. to location [ir reg.] in specified radix and increment ir reg. 2 cycles Function: [ir] ← N's adjust ([ir] + B + C), ir ← ir + 1 Adds the content of the B register and carry (C) to the data memory addr essed by the ir register (X or Y).
68 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET ADC [%ir]+,0,n4 ADD %r ,%r' Add r' reg. to r reg. 1 cycle Function: r ← r + r' Adds the content of the r' register (A or B) to the r register (A or B).
S1C63000 CORE CPU MANUAL EPSON 69 CHAPTER 4: INSTRUCTION SET ADD %r ,imm4 Add immediate data imm4 to r reg. 1 cycle Function: r ← r + imm4 Adds the 4-bit immediate data imm4 to the r register (A or B).
70 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET ADD %r ,[%ir]+ Add location [ir reg.] to r reg. and increment ir reg. 1 cycle Function: r ← r + [ir], ir ← ir + 1 Adds the content of the data memory addressed by the ir r egister (X or Y) to the r r egister (A or B).
S1C63000 CORE CPU MANUAL EPSON 71 CHAPTER 4: INSTRUCTION SET ADD [%ir]+,%r Add r reg. to location [ir reg.] and increment ir reg. 2 cycles Function: [ir] ← [ir] + r , ir ← ir + 1 Adds the content of the r register (A or B) to the data memory addressed by the ir r egister (X or Y).
72 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET ADD [%ir]+,imm4 Add immediate data imm4 to location [ir reg.] and increment ir reg. 2 cycles Function: [ir] ← [ir] + imm4, ir ← ir + 1 Adds the 4-bit immediate data imm4 to the data memory addr essed by the ir register (X or Y).
S1C63000 CORE CPU MANUAL EPSON 73 CHAPTER 4: INSTRUCTION SET ADD %ir ,sign8 Add immediate data sign8 to ir reg. 1 cycle Function: ir ← ir + sign8 Adds the signed 8-bit immediate data sign8 (-128 to 127) to the ir r egister (X or Y). This instr uc- tion does not affect the C flag r egardless of the operation r esult.
74 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET AND %r ,imm4 Logical AND of immediate data imm4 and r reg. 1 cycle Function: r ← r ∧ imm4 Performs a logical AND operation of the 4-bit immediate data imm4 and the content of the r register (A or B), and stores the r esult in the r register .
S1C63000 CORE CPU MANUAL EPSON 75 CHAPTER 4: INSTRUCTION SET AND %r ,[%ir] AND %r ,[%ir]+ Logical AND of location [ir reg.] and r reg. and increment ir reg.
76 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET AND [%ir],%r Logical AND of r reg. and location [ir reg.] 2 cycles Function: [ir] ← [ir] ∧ r Performs a logical AND operation of the content of the r r egister (A or B) and the content of the data memory addressed by the ir r egister (X or Y), and stores the r esult in that address.
S1C63000 CORE CPU MANUAL EPSON 77 CHAPTER 4: INSTRUCTION SET AND [%ir],imm4 Logical AND of immediate data imm4 and location [ir reg.] 2 cycles Function: [ir] ← [ir] ∧ imm4 Performs a logical AND o.
78 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET BIT %r ,%r’ T est bit of r reg. with r’ reg. 1 cycle Function: r ∧ r’ Performs a logical AND of the content of the r ’ register (A or B) and the content of the r register (A or B) to check the bits of the r r egister .
S1C63000 CORE CPU MANUAL EPSON 79 CHAPTER 4: INSTRUCTION SET BIT %r ,[%ir] BIT %r ,[%ir]+ T est bit of r reg. with location [ir reg.] and increment ir reg.
80 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET BIT [%ir],%r T est bit of location [ir reg.] with r reg. 1 cycle Function: [ir] ∧ r Performs a logical AND of the content of the r r egister (A or B) and the content of the data memory addressed by the ir r egister (X or Y) to check the bits of the memory .
S1C63000 CORE CPU MANUAL EPSON 81 CHAPTER 4: INSTRUCTION SET BIT [%ir],imm4 BIT [%ir]+,imm4 T est bit of location [ir reg.] with immediate data imm4 and increment ir reg.
82 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET CALR [addr6] Call subroutine at relative location [addr6] 2 cycles Function: ([(SP1-1) * 4+3]~[(SP1-1) * 4]) ← PC + 1, SP1 ← SP1 - 1, P.
S1C63000 CORE CPU MANUAL EPSON 83 CHAPTER 4: INSTRUCTION SET CALZ imm8 Call subroutine at location imm8 1 cycle Function: ([(SP1-1) * 4+3]~[(SP1-1) * 4]) ← PC + 1, SP1 ← SP1 - 1, PC ← imm8 Saves.
84 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET CMP %r ,%r’ CMP %r ,imm4 Compare r reg. with immediate data imm4 1 cycle Function: r - imm4 Subtracts the 4-bit immediate data imm4 fr om the content of the r register (A or B). It changes the flags (Z and C), but does not change the content of the r egister .
S1C63000 CORE CPU MANUAL EPSON 85 CHAPTER 4: INSTRUCTION SET CMP %r ,[%ir] CMP %r ,[%ir]+ Compare r reg. with location [ir reg.] 1 cycle Function: r - [ir] Subtracts the content of the data memory addr essed by the ir register (X or Y) from the content of the r register (A or B).
86 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET CMP [%ir],%r CMP [%ir]+,%r Compare location [ir reg.] with r reg. and increment ir reg. 1 cycle Function: [ir] - r , ir ← ir + 1 Subtracts the content of the r register (A or B) from the content of the data memory addr essed by the ir register (X or Y).
S1C63000 CORE CPU MANUAL EPSON 87 CHAPTER 4: INSTRUCTION SET CMP [%ir],imm4 CMP [%ir]+,imm4 Compare location [ir reg.] with immediate data imm4 and increment ir reg. 1 cycle Function: [ir] - imm4, ir ← ir + 1 Subtracts the 4-bit immediate data imm4 fr om the content of the data memory addressed by the ir register (X or Y).
88 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET CMP %ir ,imm8 DEC [addr6] Compare ir reg. with immediate data imm8 1 cycle Function: ir - imm8 Subtracts the 8-bit immediate data imm8 from the content of the ir r egister (X or Y). It changes the flags (Z and C), but does not change the r egister .
S1C63000 CORE CPU MANUAL EPSON 89 CHAPTER 4: INSTRUCTION SET DEC [ir],n4 Decrement location [ir] in specified radix 2 cycles Function: [ir] ← N’s adjust ([ir] - 1) Decrements (-1) the content of the data memory addr essed by the ir r egister (X or Y).
90 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET DEC %sp EX %A,%B Exchange A reg. and B reg. 1 cycle Function: A ↔ B Exchanges the contents of the A register and B register .
S1C63000 CORE CPU MANUAL EPSON 91 CHAPTER 4: INSTRUCTION SET EX %r ,[%ir] Exchange r reg. and location [ir reg.] 2 cycles Function: r ↔ [ir] Exchanges the contents of the r register (A or B) and data memory addressed by the ir r egister (X or Y).
92 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET HAL T Set CPU to HALT mode 2 cycles Function: Halt Sets the CPU to HAL T status. The CPU stops operating, thus the power consumption is reduced. Peripheral cir cuits such as the oscillation circuit still operate.
S1C63000 CORE CPU MANUAL EPSON 93 CHAPTER 4: INSTRUCTION SET INC [ir],n4 Increment location [ir] in specified radix 2 cycles Function: [ir] ← N’s adjust ([ir] + 1) Increments (+1) the content of the data memory addr essed by the ir r egister (X or Y).
94 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET INC %sp INT imm6 Software interrupt 3 cycles Function: [SP2-1] ← F , SP2 ← SP2 - 1, ([(SP1-1) * 4+3]~[(SP1-1) * 4]) ← PC + 1, SP1 ←.
S1C63000 CORE CPU MANUAL EPSON 95 CHAPTER 4: INSTRUCTION SET JP %Y Indirect jump using Y reg. 1 cycle Function: PC ← Y Loads the content of the Y r egister into the PC to branch unconditionally .
96 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET JR %BA Jump to relative location BA reg. 1 cycle Function: PC ← PC + BA + 1 Adds the content of the BA r egister to the addr ess next to this instruction, to unconditionally branch to that address.
S1C63000 CORE CPU MANUAL EPSON 97 CHAPTER 4: INSTRUCTION SET JR sign8 Jump to relative location sign8 1 cycle Function: PC ← PC + sign8 + 1 (sign8 = -128~127) Adds the relative addr ess specified with the sign8 to the addr ess next to this instruction, to unconditionally branch to that address.
98 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET JRNC sign8 Jump to relative location sign8 if C flag is reset 1 cycle Function: If C = 0 then PC ← PC + sign8 + 1 (sign8 = -128~127) Executes the "JR sign8" instruction if the C (carry) flag has been r eset to "0", otherwise executes the next instruction.
S1C63000 CORE CPU MANUAL EPSON 99 CHAPTER 4: INSTRUCTION SET JRZ sign8 Jump to relative location sign8 if Z flag is set 1 cycle Function: If Z = 1 then PC ← PC + sign8 + 1 (sign8 = -128~127) Executes the "JR sign8" instruction if the Z (zer o) flag has been reset to "0", otherwise executes the next instruction.
100 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET LD %r ,imm4 Load immediate data imm4 into r reg. 1 cycle Function: r ← imm4 Loads the 4-bit immediate data imm4 into the r r egister (A, B or F).
S1C63000 CORE CPU MANUAL EPSON 101 CHAPTER 4: INSTRUCTION SET LD %r ,[%ir]+ Load location [ir reg.] into r reg. and increment ir reg. 1 cycle Function: r ← [ir], ir ← ir + 1 Loads the content of the data memory addressed by the ir r egister (X or Y) into the r register (A or B).
102 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET LD [%ir]+,%r Load r reg. into location [ir reg.] and increment ir reg. 1 cycle Function: [ir] ← r, i r ← ir + 1 Loads the content of the r register (A or B) into the data memory addressed by the ir r egister (X or Y).
S1C63000 CORE CPU MANUAL EPSON 103 CHAPTER 4: INSTRUCTION SET LD [%ir]+,imm4 Load immediate data imm4 into location [ir reg.] and increment ir reg. 1 cycle Function: [ir] ← imm4, ir ← ir + 1 Loads the 4-bit immediate data imm4 into the data memory addr essed by the ir register (X or Y).
104 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET LD [%ir],[%ir’]+ Load location [ir’ reg.] into location [ir reg.] and increment ir’ reg.
S1C63000 CORE CPU MANUAL EPSON 105 CHAPTER 4: INSTRUCTION SET LD [%ir]+,[%ir’]+ Load location [ir’ reg.] into location [ir reg.] and increment ir and ir’ reg.
106 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET LDB %BA,[%ir]+ Load location [ir reg.] into BA reg. and increment ir reg. 2 cycles Function: A ← [ir], B ← [ir + 1], ir ← ir + 2 Loads the 2-word data in the data memory into the BA register .
S1C63000 CORE CPU MANUAL EPSON 107 CHAPTER 4: INSTRUCTION SET LDB %BA,%rr Load rr reg. into BA reg. 1 cycle Function: BA ← rr Loads the content of the rr register (XL, XH, YL or YH) into the BA register .
108 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET LDB [%ir]+,%BA Load BA reg. into location [ir reg.] and increment ir reg. 2 cycles Function: [ir] ← A, [ir + 1] ← B, ir ← ir + 2 Loads the content of the BA r egister into the data memory .
S1C63000 CORE CPU MANUAL EPSON 109 CHAPTER 4: INSTRUCTION SET LDB %EXT ,imm8 Load immediate data imm8 into EXT reg. 1 cycle Function: EXT ← imm8 Loads the 8-bit immediate data into the EXT register .
110 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET LDB %rr ,imm8 Load immediate data imm8 into rr reg. 1 cycle Function: rr ← imm8 Loads the 8-bit immediate data imm8 into the rr (XL or YL) register .
S1C63000 CORE CPU MANUAL EPSON 111 CHAPTER 4: INSTRUCTION SET LDB %sp,%BA Load BA reg. into stack pointer 1 cycle Function: sp ← BA Loads the content of the BA register into the stack pointer sp (SP1 or SP2).
112 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET OR %r ,%r’ OR %r ,imm4 Logical OR of r’ reg. and r reg. 1 cycle Function: r ← r ∨ r’ Performs a logical OR operation of the content of the r ’ register (A or B) and the content of the r register (A or B), and stores the r esult in the r register .
S1C63000 CORE CPU MANUAL EPSON 113 CHAPTER 4: INSTRUCTION SET OR %F ,imm4 Logical OR of immediate data imm4 and F reg. 1 cycle Function: F ← F ∨ imm4 Performs a logical OR operation of the 4-bit immediate data imm4 and the content of the F (flag) register , and stores the r esult in the r r egister .
114 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET OR %r ,[%ir]+ Logical OR of location [ir reg.] and r reg. and increment ir reg. 1 cycle Function: r ← r ∨ [ir], ir ← ir +1 Performs .
S1C63000 CORE CPU MANUAL EPSON 115 CHAPTER 4: INSTRUCTION SET OR [%ir]+,%r Logical OR of r reg. and location [ir reg.] and increment ir reg. 2 cycles Function: [ir] ← [ir] ∨ r , ir ← ir +1 Perfo.
116 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET OR [%ir]+,imm4 Logical OR of immediate data imm4 and location [ir reg.] and increment ir reg.
S1C63000 CORE CPU MANUAL EPSON 117 CHAPTER 4: INSTRUCTION SET POP %ir PUSH %r Push r reg. onto stack 1 cycle Function: [SP2-1] ← r , SP2 ← SP2 -1 Decrements the stack pointer SP2, then stor es the content of the r r egister (A, B or F) into the address indicated by the SP2.
118 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET PUSH %ir Push ir reg. onto stack 1 cycle Function: ([(SP1-1) * 4+3]~[(SP1-1) * 4]) ← ir , SP1 ← SP1 -1 Decrements the stack pointer SP1, then stor es the content of the ir r egister (X or Y) into the addresses (4 wor ds) indicated by the SP1 (SP1 indicates the lowest addr ess).
S1C63000 CORE CPU MANUAL EPSON 119 CHAPTER 4: INSTRUCTION SET RETD imm8 Return from subroutine and load imm8 into location [X] 3 cycles Function: PC ← ([SP1 * 4+3]~[SP1 * 4]), SP1 ← SP1 +1, [X] .
120 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET RETS RL %r Rotate left r reg. with carry 1 cycle Function: Rotates the content of the r register (A or B) including the carry (C) to the left for 1 bit. The content of the C flag moves to bit 0 of the r register and bit 3 moves to the C flag.
S1C63000 CORE CPU MANUAL EPSON 121 CHAPTER 4: INSTRUCTION SET RL [%ir] Rotate left location [ir reg.] with carry 2 cycles Function: Rotates the content of the data memory addressed by the ir r egister (X or Y) including the carry (C) to the left for 1 bit.
122 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET RR %r RR [%ir] Rotate right r reg. with carry 1 cycle Function: Rotates the content of the r register (A or B) including the carry (C) to the right for 1 bit. The content of the C flag moves to bit 3 of the r register and bit 0 moves to the C flag.
S1C63000 CORE CPU MANUAL EPSON 123 CHAPTER 4: INSTRUCTION SET RR [%ir]+ Rotate right location [ir reg.] with carry and increment ir reg. 2 cycles Function: , ir ← ir +1 Rotates the content of the data memory addressed by the ir r egister (X or Y) including the carry (C) to the right for 1 bit.
124 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET SBC %r ,imm4 Subtract with carry immediate data imm4 from r reg. 1 cycle Function: r ← r - imm4 - C Subtracts the 4-bit immediate data imm4 and carry (C) from the r r egister (A or B).
S1C63000 CORE CPU MANUAL EPSON 125 CHAPTER 4: INSTRUCTION SET SBC %r ,[%ir]+ Subtract with carry location [ir reg.] from r reg. and increment ir reg. 1 cycle Function: r ← r - [ir] - C, ir ← ir + 1 Subtracts the content of the data memory addr essed by the ir register (X or Y) and carry (C) from the r r egister (A or B).
126 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET SBC [%ir]+,%r Subtract with carry r reg. from location [ir reg.] and increment ir reg. 2 cycles Function: [ir] ← [ir] - r - C, ir ← ir + 1 Subtracts the content of the r register (A or B) and carry (C) from the data memory addr essed by the ir register (X or Y).
S1C63000 CORE CPU MANUAL EPSON 127 CHAPTER 4: INSTRUCTION SET SBC [%ir]+,imm4 Subtract with carry immediate data imm4 from location [ir reg.] and increment ir reg. 2 cycles Function: [ir] ← [ir] - imm4 - C, ir ← ir + 1 Subtracts the immediate data imm4 and carry (C) fr om the data memory addressed by the ir register (X or Y).
128 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET SBC %B,[%ir],n4 Subtract with carry location [ir reg.] from B reg. in specified radix 2 cycles Function: B ← N’s adjust (B - [ir] - C) Subtracts the content of the data memory addr essed by the ir register (X or Y) and carry (C) from the B r egister .
S1C63000 CORE CPU MANUAL EPSON 129 CHAPTER 4: INSTRUCTION SET SBC [%ir],%B,n4 Subtract with carry B reg. from location [ir reg.] in specified radix 2 cycles Function: [ir] ← N’s adjust ([ir] - B - C) Subtracts the content of the B r egister and carry (C) from the data memory addr essed by the ir register (X or Y).
130 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET SBC [%ir],0,n4 Subtract carry from location [ir reg.] in specified radix 2 cycles Function: [ir] ← N’s adjust ([ir] - 0 - C) Subtracts the carry (C) from the data memory addr essed by the ir r egister (X or Y).
S1C63000 CORE CPU MANUAL EPSON 131 CHAPTER 4: INSTRUCTION SET SET [addr6],imm2 Set bit imm2 in location [addr6] 2 cycles Function: [addr6] ← [addr6] ∨ (2 imm2 ) (addr6 = 0000H–003FH or FFC0H–FFFFH) Sets the bit specified with the imm2 in the data memory specified with the addr6 to "1".
132 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET SLL [%ir] SLL [%ir]+ Shift left location [ir reg.] logical and increment ir reg. 2 cycles Function: , ir ← ir + 1 Shifts the content of the data memory addr essed by the ir register (X or Y) to the left for 1 bit.
S1C63000 CORE CPU MANUAL EPSON 133 CHAPTER 4: INSTRUCTION SET SLP Set CPU to SLEEP mode 2 cycles Function: Sleep Sets the CPU to SLEEP status. The CPU and the peripheral circuits including the oscillation cir cuit stops operating, thus the power consumption is substantially reduced.
134 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET SRL [%ir] Shift right location [ir reg.] logical 2 cycles Function: Shifts the content of the data memory addr essed by the ir register (X or Y) to the right for 1 bit. Bit 0 of the r register moves to the C flag and bit 3 goes "0".
S1C63000 CORE CPU MANUAL EPSON 135 CHAPTER 4: INSTRUCTION SET SUB %r ,%r’ Subtract r’ reg. from r reg. 1 cycle Function: r ← r - r ’ Subtracts the content of the r ’ register (A or B) from the r register (A or B).
136 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET SUB %r ,[%ir] SUB %r ,[%ir]+ Subtract location [ir reg.] from r reg. and increment ir reg. 1 cycle Function: r ← r - [ir], ir ← ir + 1 Subtracts the content of the data memory addr essed by the ir register (X or Y) from the r register (A or B).
S1C63000 CORE CPU MANUAL EPSON 137 CHAPTER 4: INSTRUCTION SET SUB [%ir],%r SUB [%ir]+,%r Subtract r reg. from location [ir reg.] and increment ir reg. 2 cycles Function: [ir] ← [ir] - r , ir ← ir + 1 Subtracts the content of the r register (A or B) from the data memory addr essed by the ir register (X or Y).
138 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET SUB [%ir],imm4 Subtract immediate data imm4 from location [ir reg.] 2 cycles Function: [ir] ← [ir] - imm4 Subtracts the 4-bit immediate data imm4 from the data memory addr essed by the ir r egister (X or Y).
S1C63000 CORE CPU MANUAL EPSON 139 CHAPTER 4: INSTRUCTION SET TST [addr6],imm2 XOR %r ,%r’ Exclusive OR r’ reg. and r reg. 1 cycle Function: r ← r ∀ r’ Performs an exclusive OR operation of the content of the r ’ register (A or B) and the content of the r register (A or B), and stores the r esult in the r register .
140 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET XOR %r ,imm4 Exclusive OR immediate data imm4 and r reg. 1 cycle Function: r ← r ∀ imm4 Performs an exclusive OR operation of the 4-bit immediate data imm4 and the content of the r register (A or B), and stores the r esult in the r register .
S1C63000 CORE CPU MANUAL EPSON 141 CHAPTER 4: INSTRUCTION SET XOR %r ,[%ir] Exclusive OR location [ir reg.] and r reg. 1 cycle Function: r ← r ∀ [ir] Performs an exclusive OR operation of the content of the data memory addr essed by the ir register (X or Y) and the content of the r r egister (A or B), and stores the result in the r r egister .
142 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET XOR [%ir],%r Exclusive OR r reg. and location [ir reg.] 2 cycles Function: [ir] ← [ir] ∀ r Performs an exclusive OR operation of the content of the r r egister (A or B) and the content of the data memory addressed by the ir r egister (X or Y), and stores the r esult in that address.
S1C63000 CORE CPU MANUAL EPSON 143 CHAPTER 4: INSTRUCTION SET XOR [%ir],imm4 Exclusive OR immediate data imm4 and location [ir reg.] 2 cycles Function: [ir] ← [ir] ∀ imm4 Performs an exclusive OR .
144 EPSON S1C63000 CORE CPU MANUAL CHAPTER 4: INSTRUCTION SET Index ADC %r ,%r ’ ............ 61 ADC %r ,imm4 ........ 61 ADC %r ,[%ir] .......... 62 ADC %r ,[%ir]+ ........ 62 ADC [%ir],%r .......... 63 ADC [%ir]+,%r ....... 63 ADC [%ir],imm4 .....
AMERICA EPSON ELECTRONICS AMERICA, INC. - HEADQUARTERS - 1960 E. Grand Avenue EI Segundo, CA 90245, U.S.A. Phone: +1-310-955-5300 Fax: +1-310-955-5400 - SALES OFFICES - West 150 River Oaks Parkway San Jose, CA 95134, U.S.A. Phone: +1-408-922-0200 Fax: +1-408-922-0238 Central 101 Virginia Street, Suite 290 Crystal Lake, IL 60014, U.
In pursuit of “Saving” T echnology , Epson electronic de vices. Our lineup of semiconductors, liquid crystal displays and quartz devices assists in creating the products of our customers’ dreams.
http://www.epson.co.jp/device/ Core CPU Manual S1C63000 EPSON Electronic Devices Website ELECTRONIC DEVICES MARKETING DIVISION First issue July, 1 995 Printed February, 2001 in Japan A M.
Ein wichtiger Punkt beim Kauf des Geräts Epson S1C63000 (oder sogar vor seinem Kauf) ist das durchlesen seiner Bedienungsanleitung. Dies sollten wir wegen ein paar einfacher Gründe machen:
Wenn Sie Epson S1C63000 noch nicht gekauft haben, ist jetzt ein guter Moment, um sich mit den grundliegenden Daten des Produkts bekannt zu machen. Schauen Sie zuerst die ersten Seiten der Anleitung durch, die Sie oben finden. Dort finden Sie die wichtigsten technischen Daten für Epson S1C63000 - auf diese Weise prüfen Sie, ob das Gerät Ihren Wünschen entspricht. Wenn Sie tiefer in die Benutzeranleitung von Epson S1C63000 reinschauen, lernen Sie alle zugänglichen Produktfunktionen kennen, sowie erhalten Informationen über die Nutzung. Die Informationen, die Sie über Epson S1C63000 erhalten, werden Ihnen bestimmt bei der Kaufentscheidung helfen.
Wenn Sie aber schon Epson S1C63000 besitzen, und noch keine Gelegenheit dazu hatten, die Bedienungsanleitung zu lesen, sollten Sie es aufgrund der oben beschriebenen Gründe machen. Sie erfahren dann, ob Sie die zugänglichen Funktionen richtig genutzt haben, aber auch, ob Sie keine Fehler begangen haben, die den Nutzungszeitraum von Epson S1C63000 verkürzen könnten.
Jedoch ist die eine der wichtigsten Rollen, die eine Bedienungsanleitung für den Nutzer spielt, die Hilfe bei der Lösung von Problemen mit Epson S1C63000. Sie finden dort fast immer Troubleshooting, also die am häufigsten auftauchenden Störungen und Mängel bei Epson S1C63000 gemeinsam mit Hinweisen bezüglich der Arten ihrer Lösung. Sogar wenn es Ihnen nicht gelingen sollte das Problem alleine zu bewältigen, die Anleitung zeigt Ihnen die weitere Vorgehensweise – den Kontakt zur Kundenberatung oder dem naheliegenden Service.