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

Usage:
	shift_right_inplace <value> <amount>

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

Exceptions:
	None