diff python/target/arm.brg @ 336:d1ecc493384e

Added spiffy armtoken class for bit fiddeling. Added cool test that checks for build repeatability
author Windel Bouwman
date Wed, 19 Feb 2014 22:32:15 +0100
parents e9fe6988497c
children 4d204f6f7d4e
line wrap: on
line diff
--- a/python/target/arm.brg	Mon Feb 17 20:41:30 2014 +0100
+++ b/python/target/arm.brg	Wed Feb 19 22:32:15 2014 +0100
@@ -4,6 +4,7 @@
 from target.arminstructions import B, Bl, Bgt, Blt, Beq, Bne
 from target.arminstructions import Mov2, Mov3
 from target.arminstructions import Add, Sub, Cmp, Sub2, Add2, Mul
+from ppci import ir
 
 %%