aboutsummaryrefslogtreecommitdiff
path: root/ABC/Machine/Instructions.dcl
diff options
context:
space:
mode:
authorCamil Staps2017-07-18 21:01:31 +0000
committerCamil Staps2017-07-18 21:01:31 +0000
commitc0dfbd7ca37ae769d87ae99c1a6a8443a2a8851f (patch)
treee60a856d996021594aed02524a72272d2daa1f3a /ABC/Machine/Instructions.dcl
parentAdd remI (diff)
Add negI
Diffstat (limited to 'ABC/Machine/Instructions.dcl')
-rw-r--r--ABC/Machine/Instructions.dcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/ABC/Machine/Instructions.dcl b/ABC/Machine/Instructions.dcl
index 5140c98..d5a37f9 100644
--- a/ABC/Machine/Instructions.dcl
+++ b/ABC/Machine/Instructions.dcl
@@ -62,5 +62,6 @@ gtI :: State -> State
incI :: State -> State
ltI :: State -> State
mulI :: State -> State
+negI :: State -> State
remI :: State -> State
subI :: State -> State