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

Usage:
	not_inplace <value>

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

Exceptions:
	None