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

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

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

Exceptions:
	None