summaryrefslogtreecommitdiff
path: root/cpu/instructions/bitwise/rotate_right_inplace.txt
blob: 18f79683e7da7034e77c9b9d8c75fc821e57f8aa (plain)
1
2
3
4
5
6
7
8
9
10
Number of parameters: 2

Usage:
	rotate_right_inplace <value> <amount>

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

Exceptions:
	None