Mercurial > lcfOS
view python/target/__init__.py @ 332:87feb8a23b4d
Added task list command
author | Windel Bouwman |
---|---|
date | Fri, 07 Feb 2014 12:51:55 +0100 |
parents | 44f336460c2a |
children |
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')