aboutsummaryrefslogtreecommitdiff
path: root/ABC/Assembler.icl
diff options
context:
space:
mode:
authorCamil Staps2017-07-18 20:50:08 +0000
committerCamil Staps2017-07-18 20:50:08 +0000
commit4d2c1f78e2cb61cdf0b087b6483cc15fbefa0ffa (patch)
tree8a2b5dc02bdcea37cd94d23311f3f938b6fd0ee7 /ABC/Assembler.icl
parentRaw instructions (diff)
Added divI
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 57ad36a..17104c4 100644
--- a/ABC/Assembler.icl
+++ b/ABC/Assembler.icl
@@ -194,6 +194,7 @@ where
trans (Update_b s d) _ _ = update_b s d
trans AddI _ _ = addI
trans DecI _ _ = decI
+ trans DivI _ _ = divI
trans GtI _ _ = gtI
trans IncI _ _ = incI
trans LtI _ _ = ltI