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

Usage:
	exclusive_or_inplace <output> <value>

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

Exceptions:
	None