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/Assembler.dcl | |
parent | Added divI (diff) |
Add remI
Diffstat (limited to 'ABC/Assembler.dcl')
-rw-r--r-- | ABC/Assembler.dcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ABC/Assembler.dcl b/ABC/Assembler.dcl index cb83da9..c597407 100644 --- a/ABC/Assembler.dcl +++ b/ABC/Assembler.dcl @@ -85,6 +85,7 @@ from ABC.Machine.GraphStore import ::Desc | IncI | LtI | MulI + | RemI | SubI // Clean compiler additions | Comment String |