New DV3200

Our Newest DigiView Addition, 200 MHz, 18 Channels


SALES:
972-272-9392
FAX:
972-494-5814
EMAIL:
»Sales
»Support
»IT Department

RL, RR

 

RL        fr                Rotate fr left


Words:        1        Cycles:        1                Affects:        C

 

Operation:        Fr is rotated left. On entry, C must hold the value to be shifted into the least-significant bit of the fr value.  On exit, C will hold the previous most-significant bit of the fr value.

 

Coding:        RLF                fr,1

 

 

RR        fr                Rotate fr right


Words:        1        Cycles:        1                Affects:        C

 

Operation:        Fr is rotated right. On entry, C must hold the value to be shifted into the most-significant bit of the fr value.  On exit, C will hold the previous least-significant bit of the fr value.

 

Coding:        RRF                fr,1