Skip to content

Commit

Permalink
Remove erroneous "Notes" from SUB and SUBI instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ironcev committed Oct 17, 2024
1 parent f0b29bc commit ae97b31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fuel-vm/instruction-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ Panic if:
| Operation | ```$rA = $rB - $rC;``` |
| Syntax | `sub $rA, $rB, $rC` |
| Encoding | `0x00 rA rB rC -` |
| Notes | `$of` is assigned the overflow of the operation. |
| Notes | |

Panic if:

Expand All @@ -687,7 +687,7 @@ Panic if:
| Operation | ```$rA = $rB - imm;``` |
| Syntax | `subi $rA, $rB, imm` |
| Encoding | `0x00 rA rB i i` |
| Notes | `$of` is assigned the overflow of the operation. |
| Notes | |

Panic if:

Expand Down

0 comments on commit ae97b31

Please sign in to comment.