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

Usage:
	shift_left <output> <value> <amount>

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

Exceptions:
	None