Mercurial > lcfOS
comparison python/target/__init__.py @ 290:7b38782ed496
File moves
author | Windel Bouwman |
---|---|
date | Sun, 24 Nov 2013 11:24:15 +0100 |
parents | |
children | 534b94b40aa8 |
comparison
equal
deleted
inserted
replaced
289:bd2593de3ff8 | 290:7b38782ed496 |
---|---|
1 #!/usr/bin/env python | |
2 | |
3 from .basetarget import Nop, Instruction, Label, Target, Comment, Alignment | |
4 from .basetarget import Imm32, DebugInfo | |
5 #from .armtarget import armtarget | |
6 #from .msp430target import msp430target | |
7 | |
8 #target_list = [armtarget, msp430target] |