diff python/ppci/test.py @ 96:a350055d6119

movage
author windel
date Mon, 24 Dec 2012 13:30:12 +0100
parents python/libs/compiler/test.py@1be00bcfaabb
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/python/ppci/test.py	Mon Dec 24 13:30:12 2012 +0100
@@ -0,0 +1,8 @@
+
+from core import BitReader
+
+with open('main.s.bc', 'rb') as f:
+   br = BitReader(f)
+   br.parseModule()
+   print(br)
+