diff options
author | Camil Staps | 2017-07-18 20:50:08 +0000 |
---|---|---|
committer | Camil Staps | 2017-07-18 20:50:08 +0000 |
commit | 4d2c1f78e2cb61cdf0b087b6483cc15fbefa0ffa (patch) | |
tree | 8a2b5dc02bdcea37cd94d23311f3f938b6fd0ee7 /ABC/Assembler.icl | |
parent | Raw instructions (diff) |
Added divI
Diffstat (limited to 'ABC/Assembler.icl')
-rw-r--r-- | ABC/Assembler.icl | 1 |
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 |