Skip to content

Commit

Permalink
typo corr _instruction-set.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
rebustron authored Nov 3, 2024
1 parent f47cc17 commit ae9a4bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ Subtraction (a - b)
- **bOffset**: memory offset of the operation's right input
- **dstOffset**: memory offset specifying where to store operation's result
- **Expression**: `M[dstOffset] = M[aOffset] - M[bOffset] mod 2^k`
- **Details**: Wraps on undeflow
- **Details**: Wraps on underflow
- **Tag checks**: `T[aOffset] == T[bOffset] == inTag`
- **Tag updates**: `T[dstOffset] = inTag`
- **Bit-size**: 128
Expand Down

0 comments on commit ae9a4bc

Please sign in to comment.