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

Usage:
	or_inplace <output> <value>

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

Exceptions:
	None