Mercurial > lcfOS
comparison 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 |
comparison
equal
deleted
inserted
replaced
345:b4882ff0ed06 | 346:3bb7dcfe5529 |
---|---|
1 import struct | 1 import struct |
2 import types | 2 import types |
3 from ..basetarget import Register, Instruction, Target | 3 from ..basetarget import Register, Instruction, Target |
4 from ppci.asmnodes import ASymbol, ANumber | |
5 from ppci import CompilerError | 4 from ppci import CompilerError |
6 from .registers import r10, r11, r12, r13, r14, r15 | 5 from .registers import r10, r11, r12, r13, r14, r15 |
7 from .instructions import Reti, Mov, Add | 6 from .instructions import Reti, Mov, Add |
8 | 7 |
9 # Create the target class (singleton): | 8 # Create the target class (singleton): |