comparison python/target/msp430.py @ 334:6f4753202b9a

Added more recipes
author Windel Bouwman
date Thu, 13 Feb 2014 22:02:08 +0100
parents 534b94b40aa8
children 4d204f6f7d4e
comparison
equal deleted inserted replaced
333:dcae6574c974 334:6f4753202b9a
1 from .basetarget import Register, Instruction, Target 1 from .basetarget import Register, Instruction, Target
2 from asmnodes import ASymbol, ANumber 2 from ppci.asmnodes import ASymbol, ANumber
3 from ppci import CompilerError 3 from ppci import CompilerError
4 import struct 4 import struct
5 import types 5 import types
6 6
7 # Create the target class (singleton): 7 # Create the target class (singleton):