summaryrefslogtreecommitdiff
path: root/cpu/instructions/arithmetic/subtract_with_borrow.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/instructions/arithmetic/subtract_with_borrow.txt')
-rw-r--r--cpu/instructions/arithmetic/subtract_with_borrow.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/instructions/arithmetic/subtract_with_borrow.txt b/cpu/instructions/arithmetic/subtract_with_borrow.txt
index 8f06e37..0e880f0 100644
--- a/cpu/instructions/arithmetic/subtract_with_borrow.txt
+++ b/cpu/instructions/arithmetic/subtract_with_borrow.txt
@@ -4,7 +4,7 @@ Usage:
subtract_with_borrow <output> <value0> <value1> <reference> <offset>
Effect:
- Subtracts (<value0> + bit <offset> in <reference>) from <value1>
+ Subtracts (<value1> + bit <offset> in <reference>) from <value0> and stores it in <output>
Exceptions:
None