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

Usage:
	shift_left_inplace <value> <amount>

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

Exceptions:
	None