Subtract
Category: Arithmetic Box Functions
Subtracts the second value from the first and stores the result in the destination.
Syntax: SUB D0 D1 D2
| Run condition | Before | Command entered | Expected result |
|---|---|---|---|
| Left condition ON | D0=12, D1=5 | SUB D0 D1 D2 | D2=7 |