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

Usage:
	shift_right <output> <value> <amount>

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

Exceptions:
	None