diff options
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 ca121a8..9cf2961 100644 --- a/ABC/Assembler.icl +++ b/ABC/Assembler.icl @@ -202,3 +202,4 @@ where trans NegI _ _ = negI trans RemI _ _ = remI trans SubI _ _ = subI + trans NotB _ _ = notB |