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

Usage:
	rotate_left_inplace <value> <amount>

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

Exceptions:
	None