Mercurial > lcfOS
diff python/ppci/target/msp430/msp430.py @ 346:3bb7dcfe5529
expanded arm target
author | Windel Bouwman |
---|---|
date | Fri, 07 Mar 2014 17:05:32 +0100 |
parents | b4882ff0ed06 |
children | 6df89163e114 |
line wrap: on
line diff
--- a/python/ppci/target/msp430/msp430.py Sun Mar 02 17:12:08 2014 +0100 +++ b/python/ppci/target/msp430/msp430.py Fri Mar 07 17:05:32 2014 +0100 @@ -1,7 +1,6 @@ import struct import types from ..basetarget import Register, Instruction, Target -from ppci.asmnodes import ASymbol, ANumber from ppci import CompilerError from .registers import r10, r11, r12, r13, r14, r15 from .instructions import Reti, Mov, Add