Z84C0010PEG Zilog, Z84C0010PEG Datasheet - Page 55

IC 10MHZ Z80 CMOS CPU 40-DIP

Z84C0010PEG

Manufacturer Part Number
Z84C0010PEG
Description
IC 10MHZ Z80 CMOS CPU 40-DIP
Manufacturer
Zilog
Series
Z80r
Datasheets

Specifications of Z84C0010PEG

Processor Type
Z80
Features
Enhanced Z80 Microprocessor/CPU
Speed
10MHz
Voltage
5V
Mounting Type
Through Hole
Package / Case
40-DIP (0.620", 15.75mm)
Core Size
8bit
Cpu Speed
10MHz
Digital Ic Case Style
DIP
No. Of Pins
40
Operating Temperature Range
-40°C To +100°C
Svhc
No SVHC (18-Jun-2010)
Operating Temperature Max
100°C
Rohs Compliant
Yes
Processor Series
Z84C0xx
Core
Z80
Data Bus Width
8 bit
Program Memory Size
64 KB
Maximum Clock Frequency
10 MHz
Operating Supply Voltage
0 V to 5 V
Maximum Operating Temperature
+ 100 C
Mounting Style
Through Hole
Minimum Operating Temperature
- 40 C
Base Number
84
Clock Frequency
10MHz
Frequency Typ
10MHz
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
269-3898
Z84C0010PEG

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
Z84C0010PEG
Manufacturer:
Zilog
Quantity:
110
Part Number:
Z84C0010PEG
Manufacturer:
Zilog
Quantity:
203
Part Number:
Z84C0010PEG
Manufacturer:
ZILOG
Quantity:
20 000
UM008005-0205
Example Two:
A string in memory (limited to a maximum length of 132 characters)
starting at location DATA is to be moved to another memory location
starting at location BUFFER until an ASCII $ (used as a string delimitor) is
found. This operation is performed as follows:
LOOP:CP
END:
Nineteen bytes are required for this operation.
Example Three:
A 16-digit decimal number is shifted as depicted in the Figure 22. This shift
is performed to mechanize BCD multiplication or division. The 16-digit
decimal number is represented in packed BCD format (two BCD digits/
byte) The operation is programmed as follows:
ROTAT:RLD
LD
LD
LD
LD
JR
LDI
JP
LD
LD
XOR A
INC HL
DJNZ ROTAT-$ ;DECREMENT B AND GO TO ROTAT IF
HL, DATA ;STARTING ADDRESS OF DATA STRING
DE, BUFFER;STARTING ADDRESS OF TARGET BUFFER
BC, 132
A, '$'
(HL)
Z, END-$ ;GO TO END IF CHARACTERS EQUAL
PE, LOOP ;GO TO "LOOP" IF MORE CHARACTERS
HL, DATA;ADDRESS OF FIRST BYTE
B, COUNT;SHIFT COUNT
Hardware and Software Implementation Examples
;CLEAR ACCUMULATOR
;ROTATE LEFT LOW ORDER DIGIT IN ACC
;WITH DIGITS IN (HL)
;ADVANCE MEMORY POINTER.
;MAXIMUM STRING LENGTH
;STRING DELIMITER CODE
;COMPARE MEMORY CONTENTS WITH
;OTHERWISE, FALL THROUGH
;DELIMITER
;MOVE CHARACTER (HL) to (DE)
;INCREMENT HL AND DE, DECREMENT BC
;NOTE: P/V FLAG IS USED
;TO INDICATE THAT REGISTER BC WAS
;DECREMENTED TO ZERO.
User’s Manual
Z80 CPU
35

Related parts for Z84C0010PEG