Mercurial > lcfOS
view python/tests/ppcitest.py @ 100:fe145e42259d
Fixes after movage
author | windel |
---|---|
date | Mon, 24 Dec 2012 16:35:22 +0100 |
parents | python/ppci/test.py@a350055d6119 |
children |
line wrap: on
line source
from core import BitReader with open('main.s.bc', 'rb') as f: br = BitReader(f) br.parseModule() print(br)