diff options
author | Camil Staps | 2017-07-18 20:55:08 +0000 |
---|---|---|
committer | Camil Staps | 2017-07-18 20:55:08 +0000 |
commit | 47d9abb9652d7ad1a7896d3353bdeb0904d9827c (patch) | |
tree | 04fffd26d07422b266daf89452bd80db764c5567 /ABC/Machine/Instructions.dcl | |
parent | Added divI (diff) |
Add remI
Diffstat (limited to 'ABC/Machine/Instructions.dcl')
-rw-r--r-- | ABC/Machine/Instructions.dcl | 1 |
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 |