Mercurial > lcfOS
comparison python/target/basetarget.py @ 334:6f4753202b9a
Added more recipes
author | Windel Bouwman |
---|---|
date | Thu, 13 Feb 2014 22:02:08 +0100 |
parents | b145f8e6050b |
children | 582a1aaa3983 |
comparison
equal
deleted
inserted
replaced
333:dcae6574c974 | 334:6f4753202b9a |
---|---|
1 from asmnodes import ASymbol, AInstruction, ANumber | 1 from ppci.asmnodes import ASymbol, AInstruction, ANumber |
2 from ppci import CompilerError | 2 from ppci import CompilerError |
3 | 3 |
4 """ | 4 """ |
5 Base classes for defining a target | 5 Base classes for defining a target |
6 """ | 6 """ |