aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--parse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.go b/parse.go
index 5871315..e87703c 100644
--- a/parse.go
+++ b/parse.go
@@ -86,7 +86,7 @@ func (v Call) compile() uint16 { return v.value() | (2 << 13) }
// │ │ │ │ │ │ │ │ │ │ └───────────────── N → [T]
// │ │ │ │ │ │ │ │ │ └──────────────────── T → R
// │ │ │ │ │ │ │ │ └─────────────────────── T → N
-// │ │ │ │ └──┴──┴──┴────────────────────────── T'
+// │ │ │ │ └──┴──┴──┴────────────────────────── Tʹ
// │ │ │ └────────────────────────────────────── R → PC
// └──┴──┴───────────────────────────────────────── 0 1 1
//