668-0003-C Rabbit Semiconductor, 668-0003-C Datasheet - Page 40

no-image

668-0003-C

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

Specifications of 668-0003-C

Rohs Status
RoHS non-compliant
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
Features
-
Other names
316-1004
668-0003

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
668-0003-C
Manufacturer:
Rabbit Semiconductor
Quantity:
10 000
Another method of doing signed compare is to first map the signed integers onto unsigned
integers by inverting bit 15. This is shown in Figure 3-7 on page 34. Once the mapping
has been performed by inverting bit 15 on both numbers, the comparisions can be done as
if the numbers were unsigned integers. This avoids having to construct a jump tree to test
the overflow and sign flags. An example is shown below.
3.4.5 Atomic Moves from Memory to I/O Space
To avoid disabling interrupts while copying a shadow register to its target register, it is
desirable to have an atomic move from memory to I/O space. This can be done using LDD
or LDI instructions.
When the
address specified by DE. The decrementing of HL and DE is a side effect. If the repeating
instructions
tions. Word stores to I/O space can be used to set two I/O registers at adjacent addresses
with a single noninterruptable instruction.
34
A>B
A<B
A==B
A>=B
A<=B
; test HL>5 for signed integers
LD DE,65535-(5+0x08000)
LD BC,0x08000
ADD HL,BC
ADD HL,DE
; carry now set if HL>5 - opportunity to jump on carry
SUBC HL,HL
BOOL HL
LD HL,sh_PDDDR
LD DE,PDDDR
SET 5,(HL)
IOI ldd
Figure 3-7. Mapping Signed Integers to Unsigned Integers by Inverting Bit 15
LDD
LDIR
(!S & !V & !Z) v (S & V)
(S & !V) v (!S & V & !Z)
instruction is prefixed with an I/O prefix, the destination becomes the I/O
and
; invert high bit
; 16 clocks to here
; HL-HL-C
; 22 clocks total - true if HL>5 else false
LDDR
0111...
000...
111...
100...
; point to shadow register
; set DE to point to I/O reg
; set bit 5 of shadow register
; use ldd instruction for atomic transfer
; (io DE)<-(HL)
are used, interrupts can take place between successive itera-
; if C on result is
; 5 mapped to unsigned integers
HL--, DE--
1111...
100...
011...
000...
Rabbit 2000 Microprocessor User’s Manual
-1, else zero

Related parts for 668-0003-C