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

Usage:
	arithmetic_shift_right <output> <value> <amount>

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

Exceptions:
	None