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

Usage:
	and_inplace <output> <value>

Effect:
	Sets <output> to the bitwise and of <value> and <output>

Exceptions:
	None