From c0dfbd7ca37ae769d87ae99c1a6a8443a2a8851f Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 18 Jul 2017 21:01:31 +0000 Subject: Add negI --- ABC/Assembler.icl | 1 + 1 file changed, 1 insertion(+) (limited to 'ABC/Assembler.icl') 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 -- cgit v1.2.3