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

Usage:
	rotate_left <output> <value> <amount>

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

Exceptions:
	None