summaryrefslogtreecommitdiff
path: root/cpu/instructions/arithmetic/add.txt
blob: 3668033b4bb98a0e5c332c14d8af8c21bf7d2ba7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Number of parameters: 3

Usage:
	Add <output> <value0> <value1>

Effect:
	Adds <value0> to <value1> and stores it in <output>

Exceptions:
	None