diff options
Diffstat (limited to 'ABC/Machine/Instructions.dcl')
-rw-r--r-- | ABC/Machine/Instructions.dcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ABC/Machine/Instructions.dcl b/ABC/Machine/Instructions.dcl index d5a37f9..2c580e6 100644 --- a/ABC/Machine/Instructions.dcl +++ b/ABC/Machine/Instructions.dcl @@ -65,3 +65,5 @@ mulI :: State -> State negI :: State -> State remI :: State -> State subI :: State -> State + +notB :: State -> State |