aboutsummaryrefslogtreecommitdiff
path: root/ABC/Machine/Instructions.icl
diff options
context:
space:
mode:
Diffstat (limited to 'ABC/Machine/Instructions.icl')
-rw-r--r--ABC/Machine/Instructions.icl4
1 files changed, 4 insertions, 0 deletions
diff --git a/ABC/Machine/Instructions.icl b/ABC/Machine/Instructions.icl
index 54e7ebd..37c436d 100644
--- a/ABC/Machine/Instructions.icl
+++ b/ABC/Machine/Instructions.icl
@@ -396,3 +396,7 @@ remI st=:{bstack}
subI :: State -> State
subI st=:{bstack}
= {st & bstack=bs_subI bstack}
+
+notB :: State -> State
+notB st=:{bstack}
+ = {st & bstack=bs_notB bstack}