Mercurial > lcfOS
view python/ppci/target/__init__.py @ 399:a7c444404df9
Fix hexwrite
author | Windel Bouwman |
---|---|
date | Fri, 20 Jun 2014 16:36:49 +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')