ref: 404dca19e15ccb63a8c8e22f7cb6fccc236e1b73
parent: b1d25e089d61f9005506f888ffc3cf98d6f91cf2
author: Bryan Bishop <[email protected]>
date: Wed May 2 09:57:56 EDT 2012
slightly improved example
--- a/extras/README.md
+++ b/extras/README.md
@@ -224,6 +224,10 @@
# ['0x48', '0x54', '0x54']
# [72, 84, 84]
+# or just look at it the encoded characters directly
+crystal.rom[0x112116:0x112116+10]
+# 'HTTP/1.0\r\n'
+
# look at a text at 0x197186
text = crystal.parse_text_at2(0x197186, 601, debug=False)
print text