comparison python/target/arminstructions.py @ 334:6f4753202b9a

Added more recipes
author Windel Bouwman
date Thu, 13 Feb 2014 22:02:08 +0100
parents 0615b5308710
children 582a1aaa3983
comparison
equal deleted inserted replaced
333:dcae6574c974 334:6f4753202b9a
1 import struct 1 import struct
2 from asmnodes import ASymbol, AInstruction, ANumber, AUnop, ABinop 2 from ppci.asmnodes import ASymbol, AInstruction, ANumber, AUnop, ABinop
3 from .basetarget import Register, Instruction, Target, Label, LabelRef 3 from .basetarget import Register, Instruction, Target, Label, LabelRef
4 from .basetarget import Imm32, Imm8, Imm7, Imm3 4 from .basetarget import Imm32, Imm8, Imm7, Imm3
5 5
6 6
7 def u16(h): 7 def u16(h):