Mercurial > lcfOS
comparison python/cortexm3.py @ 261:444b9df2ed99
try to split up code generation
author | Windel Bouwman |
---|---|
date | Fri, 09 Aug 2013 09:05:13 +0200 |
parents | 04c19282a5aa |
children | ed14e077124c |
comparison
equal
deleted
inserted
replaced
260:b2f94b4951f1 | 261:444b9df2ed99 |
---|---|
1 import struct, types | 1 import struct |
2 import types | |
2 from target import Register, Instruction, Target, Imm8, Label, Imm3, LabelRef, Imm32 | 3 from target import Register, Instruction, Target, Imm8, Label, Imm3, LabelRef, Imm32 |
3 from asmnodes import ASymbol, ANumber, AUnop, ABinop | 4 from asmnodes import ASymbol, ANumber, AUnop, ABinop |
4 from ppci import CompilerError | 5 from ppci import CompilerError |
5 import ir | 6 import ir |
6 | 7 |