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

Usage:
	arithmetic_shift_right_inplace <value> <amount>

Effect:
	Sets <value> to <value> shifted to the right <amount> bits, filling in leading bits with the most significant bit of <value>

Exceptions:
	None