45111 Parallax Inc, 45111 Datasheet - Page 139

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
RL
Operation: dest is rotated left one bit. On entry, C must hold the value to be shifted into the least-significant bit of
RR
Operation: dest is rotated right one bit. On entry, C must hold the value to be shifted into the most-significant bit of
SB
Operation: If src_bit is set, the following instruction word is skipped.
Note:
SC
Operation: If C is set, the following instruction word is skipped.
Note:
1) RL
1) RR
1) SB
1) SC
Command
Command
Command
Command
dest
fr
the dest value. On exit, C will hold the previous most-significant bit of the dest value. The MOV W,<<fr
command is similar to RL fr, except the result is moved to W, and fr keeps its original contents.
dest
fr
the dest value. On exit, C will hold the previous least-significant bit of the dest value. The MOV W,>>fr
command is similar to RR fr, except the result is moved to W, and fr keeps its original contents.
src_bit
op.bit
Only one word is skipped by this instruction. To avoid strange results, make sure that any instruction
following SB is a single-word instruction.
Only one word is skipped by this instruction. To avoid strange results, make sure that any instruction
following SC is a single-word instruction.
Words
Words
Words
Words
1
1
1
1
1 or 2 (skip)
1 or 2 (skip)
(4 or 8)
(4 or 8)
Cycles
Cycles
Cycles
Cycles
1 (4)
1 (4)
13 Appendix C: SX Instruction Set
SX-Key/Blitz Development System Manual 2.0 Parallax, Inc. Page 139
Affects
Affects
Affects
Affects
fr, C
fr, C
PC
PC
0011 011f ffff RL fr
0011 001f ffff RR fr
0111 bbbf ffff SB op.bit
0111 0000 0011 SC
Skip if src_bit is set
Skip if carry is set
Coding
Coding
Coding
Coding
Rotate dest right
Rotate dest left

Related parts for 45111