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

Usage:
	exclusive_or <output> <value0> <value1>

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

Exceptions:
	None