45205 Parallax Inc, 45205 Datasheet - Page 139

SX TECH BOARD

45205

Manufacturer Part Number
45205
Description
SX TECH BOARD
Manufacturer
Parallax Inc
Type
MCUr
Datasheet

Specifications of 45205

Contents
Board
For Use With/related Products
SX MCUs
For Use With
28825 - MINI SOUND PLAYER SOUNDPAL130-28029 - KIT PARTS SMART SENSORS
Lead Free Status / Rohs Status
Lead free / RoHS 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 45205