From d0be12ead077b7b501b3c9a53565b421ad241dd1 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 7 Jan 2012 01:34:22 -0600 Subject: somewhat buggy TX_FAR pretty printer hg-commit-id: 94a023e4e37e --- extras/analyze_texts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/analyze_texts.py') diff --git a/extras/analyze_texts.py b/extras/analyze_texts.py index 25cf04fb..61ba6de6 100644 --- a/extras/analyze_texts.py +++ b/extras/analyze_texts.py @@ -46,7 +46,7 @@ def process_00_subcommands(start_address, end_address): current_line = [] for pbyte in subsection: byte = ord(pbyte) - current_line.append(hex(byte)) + current_line.append(byte) if byte == 0x4f or byte == 0x51 or byte == 0x55: lines[line_count] = current_line current_line = [] -- cgit v1.2.3