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

Usage:
	add_with_carry <output> <value0> <value1> <reference> <offset>

Effect:
	Adds (<value0> + bit <offset> in <reference>) to <value1> and stores it in <output>

Exceptions:
	None