Mercurial > lcfOS
view python/tests/ppcitest.py @ 174:3eb06f5fb987
Added memory alloc for locals
author | Windel Bouwman |
---|---|
date | Fri, 19 Apr 2013 19:22:52 +0200 |
parents | fe145e42259d |
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)