Mercurial > lcfOS
view python/tests/ppcitest.py @ 159:5e1dd04cb61c
Added attempt to assembler
author | Windel Bouwman |
---|---|
date | Fri, 08 Mar 2013 17:16:22 +0100 |
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)