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

Usage:
	and <output> <value0> <value1>

Effect:
	Sets <output> to the bitwise and of <value0> and <value1>

Exceptions:
	None