Mercurial > lcfOS
view python/ppci/target/__init__.py @ 398:c0d9837acde8
x86 target refactor
author | Windel Bouwman |
---|---|
date | Thu, 29 May 2014 12:13:37 +0200 |
parents | 3bb7dcfe5529 |
children |
line wrap: on
line source
#!/usr/bin/env python from .basetarget import Nop, Instruction, Label, Target, Comment, Alignment class SimpleTarget(Target): def __init__(self): super().__init__('SimpleTarget')