commit 8cccaa3

Devine Lu Linvega  ·  2025-08-02 00:47:44 +0000 UTC
parent f366f0d
Inverted JCN args
1 files changed,  +1, -1
+1, -1
1@@ -172,7 +172,7 @@ It is common to \fBJMP\fP with boolean bytes (0-1) to handle simple conditionals
2 
3     @max ( x^ y^ -- max^ ) GTHk JMP SWP POP JMP2r
4 
5-.SS JCN ( x bool^ -- ; pc <- x if bool )
6+.SS JCN ( bool^ x -- ; pc <- x if bool )
7 
8 Jump to a location when a condition is true.
9