summaryrefslogtreecommitdiff
path: root/cpu/instructions/bitwise/rotate_right.txt
blob: 39e29ffc023f76ea2111ca98132611f1a166ba17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Number of parameters: 3

Usage:
	rotate_right <output> <value> <amount>

Effect:
	Sets <output> to <value> rotated to the right <amount> bits

Exceptions:
	None