log dis.c @ 148:4a400aec81bb

age author description
Tue, 01 Jan 2013 07:04:48 -0800 Mike Pavone Bail out of disassembly of a particular stream when we hit an invalid instruction
Mon, 31 Dec 2012 11:54:27 -0800 Mike Pavone Properly support references to odd addresses in label generation in disassembler. Add labels for start and interrupts.
Sun, 30 Dec 2012 09:55:18 -0800 Mike Pavone Improve disassembler
Fri, 28 Dec 2012 19:21:05 -0800 Mike Pavone Allow jmp/jsr to follow pc-relative addresses in disassembler
Fri, 28 Dec 2012 15:34:24 -0800 Mike Pavone Fix decoding of Scc
Thu, 27 Dec 2012 22:48:54 -0800 Mike Pavone Don't pre-emptively translate code at interrupt vectors as some PD ROMs have these pointing at junk. Need some kind of heuristic for detecting garbage if I'm going to translate them ahead of time by default.
Fri, 21 Dec 2012 22:33:24 -0800 Mike Pavone Fix bug in disassembler that caused it to disassemble addresses it shouldn't