MANIFEST.in
readme.rst
setup.py
bin/hexutil.py
bin/ppci-asm.py
bin/ppci-build.py
bin/st-flash.py
ppci/__init__.py
ppci/assembler.py
ppci/baselex.py
ppci/bf.py
ppci/bitfun.py
ppci/buildfunctions.py
ppci/buildtasks.py
ppci/burg.grammar
ppci/commands.py
ppci/common.py
ppci/domtree.py
ppci/gen_sled.py
ppci/ir.py
ppci/ir2py.py
ppci/irdag.py
ppci/irmach.py
ppci/irutils.py
ppci/machines.py
ppci/mem2reg.py
ppci/pyburg.py
ppci/pyyacc.py
ppci/recipe.py
ppci/report.py
ppci/sled.grammar
ppci/tasks.py
ppci/transform.py
ppci/tree.py
ppci.egg-info/PKG-INFO
ppci.egg-info/SOURCES.txt
ppci.egg-info/dependency_links.txt
ppci.egg-info/top_level.txt
ppci/binutils/__init__.py
ppci/binutils/layout.py
ppci/binutils/linker.py
ppci/binutils/objectfile.py
ppci/binutils/outstream.py
ppci/c3/__init__.py
ppci/c3/astnodes.py
ppci/c3/builder.py
ppci/c3/codegenerator.py
ppci/c3/lexer.py
ppci/c3/parser.py
ppci/c3/scope.py
ppci/c3/visitor.py
ppci/codegen/__init__.py
ppci/codegen/codegen.py
ppci/codegen/flowgraph.py
ppci/codegen/graph.py
ppci/codegen/interferencegraph.py
ppci/codegen/registerallocator.py
ppci/target/__init__.py
ppci/target/basetarget.py
ppci/target/instructionselector.py
ppci/target/target_list.py
ppci/target/token.py
ppci/target/arm/__init__.py
ppci/target/arm/frame.py
ppci/target/arm/instructions.py
ppci/target/arm/registers.py
ppci/target/arm/relocations.py
ppci/target/msp430/__init__.py
ppci/target/msp430/instructions.py
ppci/target/msp430/msp430.py
ppci/target/msp430/registers.py
ppci/target/thumb/__init__.py
ppci/target/thumb/frame.py
ppci/target/thumb/instructions.py
ppci/target/thumb/relocations.py
ppci/target/thumb/target.py
ppci/target/x86/__init__.py
ppci/target/x86/instructions.py
ppci/target/x86/registers.py
ppci/target/x86/target_x86.py
ppci/utils/__init__.py
ppci/utils/adi.py
ppci/utils/devices.py
ppci/utils/hexfile.py
ppci/utils/stlink.py
ppci/utils/stm32.py
test/test_armasm.py
test/test_asm.py
test/test_bintools.py
test/test_bitfun.py
test/test_burm.py
test/test_c3.py
test/test_emulation.py
test/test_graph.py
test/test_hexfile.py
test/test_ir.py
test/test_msp430asm.py
test/test_register_allocator.py
test/test_samples.py
test/test_sled.py
test/test_stlink.py
test/test_thumbasm.py
test/test_x86asm.py
test/test_yacc.py