Skip to content

Commit

Permalink
Add missing SIGN_ prefix in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TollyH committed Jun 23, 2024
1 parent 84208f1 commit 1fb0f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/ReferenceManual/ReferenceManual.md
Original file line number Diff line number Diff line change
Expand Up @@ -1612,7 +1612,7 @@ An equivalent of the first example, but for the overflow flag instead of the car
```AssEmbly
MVQ rg0, 5
SUB rg0, 10
JOV :OVERFLOW ; Jump to label if overflow flag is set
SIGN_JOV :OVERFLOW ; Jump to label if overflow flag is set
WCN 10 ; This will execute, as 5 SUB 10 will not cause the overflow flag to be set
:OVERFLOW
WCN 20
Expand Down

0 comments on commit 1fb0f69

Please sign in to comment.