diff python/cortexm3.py @ 261:444b9df2ed99

try to split up code generation
author Windel Bouwman
date Fri, 09 Aug 2013 09:05:13 +0200
parents 04c19282a5aa
children ed14e077124c
line wrap: on
line diff
--- a/python/cortexm3.py	Tue Aug 06 18:29:53 2013 +0200
+++ b/python/cortexm3.py	Fri Aug 09 09:05:13 2013 +0200
@@ -1,4 +1,5 @@
-import struct, types
+import struct
+import types
 from target import Register, Instruction, Target, Imm8, Label, Imm3, LabelRef, Imm32
 from asmnodes import ASymbol, ANumber, AUnop, ABinop
 from ppci import CompilerError