Mercurial > lcfOS
view python/ppci/target/__init__.py @ 344:1378c4b027a0
Merge devel branch
author | Windel Bouwman |
---|---|
date | Sat, 01 Mar 2014 16:32:27 +0100 |
parents | 86b02c98a717 |
children | 3bb7dcfe5529 |
line wrap: on
line source
#!/usr/bin/env python from .basetarget import Nop, Instruction, Label, Target, Comment, Alignment from .basetarget import Imm32, DebugInfo class SimpleTarget(Target): def __init__(self): super().__init__('SimpleTarget')