aboutsummaryrefslogtreecommitdiff
path: root/ABC/Assembler.icl
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/Assembler.icl
parentAdd remI (diff)
Add negI
Diffstat (limited to 'ABC/Assembler.icl')
-rw-r--r--ABC/Assembler.icl1
1 files changed, 1 insertions, 0 deletions
diff --git a/ABC/Assembler.icl b/ABC/Assembler.icl
index 9096101..ca121a8 100644
--- a/ABC/Assembler.icl
+++ b/ABC/Assembler.icl
@@ -199,5 +199,6 @@ where
trans IncI _ _ = incI
trans LtI _ _ = ltI
trans MulI _ _ = mulI
+ trans NegI _ _ = negI
trans RemI _ _ = remI
trans SubI _ _ = subI