Mercurial > lcfOS
diff python/target/arminstructionselector.py @ 341:4d204f6f7d4e devel
Rewrite of assembler parts
author | Windel Bouwman |
---|---|
date | Fri, 28 Feb 2014 18:07:14 +0100 |
parents | d1ecc493384e |
children |
line wrap: on
line diff
--- a/python/target/arminstructionselector.py Sun Feb 23 16:24:01 2014 +0100 +++ b/python/target/arminstructionselector.py Fri Feb 28 18:07:14 2014 +0100 @@ -8,7 +8,7 @@ from .arminstructions import Orr, Lsl, Str2, Ldr2, Ldr3 from .arminstructions import B, Bl, Bgt, Blt, Beq, Bne from .arminstructions import Mov2, Mov3 -from .arminstructions import Add, Sub, Cmp, Sub2, Add2, Mul +from .arminstructions import Cmp, Sub2, Mul from .basetarget import Imm8, Imm7, Imm3 # Import BURG spec for arm: