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

Usage:
	not <output> <value>

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

Exceptions:
	None