45111 Parallax Inc, 45111 Datasheet - Page 140

MANUAL FOR SX-KEY/BLITZ VER. 2.0

45111

Manufacturer Part Number
45111
Description
MANUAL FOR SX-KEY/BLITZ VER. 2.0
Manufacturer
Parallax Inc
Datasheet

Specifications of 45111

Accessory Type
Manual
Product
Microcontroller Accessories
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
For Use With/related Products
Parallax microcontroller
For Use With
70002PAR - GUIDE PROG THE SX MICRO -DAUBACH
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Contains lead / RoHS non-compliant
13 Appendix C: SX Instruction Set
SETB
Operation: src_bit is set to 1.
SKIP
Operation: The following instruction word is skipped.
Note:
SLEEP
Operation: The watchdog timer is cleared and the oscillator is stopped. TO is set and PD is cleared.
SNB
Operation: If src_bit is cleared, the following instruction word is skipped.
Note:
Page 140 SX-Key/Blitz Development System Manual 2.0 Parallax, Inc.
1) SETB
1) SKIP
1) SLEEP
1) SNB
Command
Command
Command
Command
src_bit
op.bit
Only one word is skipped by this instruction. To avoid strange results, make sure that any instruction
following SKIP is a single-word instruction.
src_bit
op.bit
Only one word is skipped by this instruction. To avoid strange results, make sure that any instruction
following SNB is a single-word instruction.
Words
Words
Words
Words
1
1
1
1
1 or 2 (skip)
(4 or 8)
Cycles
Cycles
Cycles
Cycles
1 (4)
2 (8)
1 (4)
WDT, TO, PD
Affects
Affects
Affects
Affects
op.bit
PC
PC
Skip the following instruction word
0101 bbbf ffff SETB op.bit
0110 0000 0010 SKIP
0000 0000 0011 SLEEP
0110 bbbf ffff SNB op.bit
Skip if src_bit not set
Enter sleep mode
Coding
Coding
Coding
Coding
Set src_bit

Related parts for 45111