aboutsummaryrefslogtreecommitdiff
path: root/ABC/Machine/Instructions.dcl
diff options
context:
space:
mode:
authorCamil Staps2017-07-18 20:55:08 +0000
committerCamil Staps2017-07-18 20:55:08 +0000
commit47d9abb9652d7ad1a7896d3353bdeb0904d9827c (patch)
tree04fffd26d07422b266daf89452bd80db764c5567 /ABC/Machine/Instructions.dcl
parentAdded divI (diff)
Add remI
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 f0cc5b2..5140c98 100644
--- a/ABC/Machine/Instructions.dcl
+++ b/ABC/Machine/Instructions.dcl
@@ -62,4 +62,5 @@ gtI :: State -> State
incI :: State -> State
ltI :: State -> State
mulI :: State -> State
+remI :: State -> State
subI :: State -> State