20-668-0003 Rabbit Semiconductor, 20-668-0003 Datasheet - Page 30

IC CPU RABBIT2000 30MHZ 100PQFP

20-668-0003

Manufacturer Part Number
20-668-0003
Description
IC CPU RABBIT2000 30MHZ 100PQFP
Manufacturer
Rabbit Semiconductor
Datasheet

Specifications of 20-668-0003

Processor Type
Rabbit 2000 8-Bit
Speed
30MHz
Voltage
2.7V, 3V, 3.3V, 5V
Mounting Type
Surface Mount
Package / Case
100-MQFP, 100-PQFP
Data Bus Width
8 bit
Maximum Clock Frequency
30 MHz
Operating Supply Voltage
0 V to 5.5 V
Maximum Operating Temperature
+ 85 C
Mounting Style
SMD/SMT
Minimum Operating Temperature
- 40 C
Number Of Programmable I/os
40
Number Of Timers
8 & 10 bit
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Features
-
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
20-668-0003
316-1062

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
20-668-0003
Manufacturer:
Rabbit Semiconductor
Quantity:
10 000
3.3.3 Load or Store Data Using an Index Register
An index register is a 16-bit register, usually IX, IY, SP or HL, that is used for the address
of a byte or word to be fetched from or stored to memory. Sometimes an 8-bit offset is
added to the address either as a signed or unsigned number. The 8-bit offset is a byte in the
instruction word. BC and DE can serve as index registers only for the special cases below.
Other 8-bit loads and stores are the following.
The following are 16-bit indexed loads and stores. None of these instructions exists on the
Z180 or Z80. The only source for a store is
24
LD A,(BC)
LD A',(BC)
LD (BC),A
LD A,(DE)
LD A',(DE)
LD (DE),A
LD r,(HL)
LD g,(HL)
LD (HL),r
** LD (HL),g
LD r,(IX+d)
LD g,(IX+d)
LD (IX+d),r
LD (IY+d),r
LD HL,(SP+d)
LD (SP+d),HL
LD HL,(HL+d)
LD HL',(HL+d)
LD (HL+d),HL
LD (IX+d),HL
LD HL,(IX+d)
LD HL',(IX+d)
LD (IY+d),HL
LD HL,(IY+d)
LD HL',(IY+d)
; r is any of 7 registers A, B, C, D, E, H, L
; same but alternate register destination
; r is any of the 7 registers above
; or an immediate data byte
;**** not a legal instruction!
; r is any of 7 registers, d is -128 to +127 offset
; same but alternate destination
; r is any of 7 registers or an immediate data byte
; IX or IY can have offset d
; d is an offset from 0 to 255.
; 16-bits are fetched to HL or HL'
; corresponding store
; d is an offset from -128 to +127,
; uses original HL value for addressing
; l=(HL+d), h=(HL+d+1)
; store HL at address pointed to
; by IX plus -128 to +127 offset
; store HL at address pointed to
; by IY plus -128 to +127 offset
HL
. The only destination for a load is
Rabbit 2000 Microprocessor User’s Manual
HL
or
HL'
.

Related parts for 20-668-0003