summary refs log tree commit diff
path: root/describe-data.sed
diff options
context:
space:
mode:
Diffstat (limited to 'describe-data.sed')
-rw-r--r--describe-data.sed5
1 files changed, 4 insertions, 1 deletions
diff --git a/describe-data.sed b/describe-data.sed
index 712860f..77f3d8e 100644
--- a/describe-data.sed
+++ b/describe-data.sed
@@ -13,7 +13,8 @@ s/\<roll3\>/3roll/g
 s/\<unroll3\>/3unroll/g
 s/\<dup2\>/2dup/g
 s/\<drop2\>/2drop/g
-s/\<zbranch\>/0branch/g
+s/^zbranch\>/0branch/g
+s/\([^"]\)\<zbranch\>/\10branch/g
 s/\<eq\>/=/g
 s/\<ne\>/!=/g
 s/\<gt\>/>/g
@@ -39,6 +40,8 @@ s/\<fetch-value-stack\>/value@/g
 s/\<store-value-stack\>/value!/g
 s/\<fetch-control-stack\>/control@/g
 s/\<store-control-stack\>/control!/g
+s/\<fetch-entry-flags\>/entry-flags@/g
+s/\<store-entry-flags\>/entry-flags!/g
 s/\<fetch\>/@/g
 s/\<store\>/!/g