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

Usage:
	or <output> <value0> <value1>

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

Exceptions:
	None