log 68kinst.c @ 1457:bbba92f56f47

age author description
Fri, 05 May 2017 23:41:14 -0700 Michael Pavone Decode JMP or JSR with an invalid addressing mode as an invalid instruction
Wed, 26 Apr 2017 01:05:40 -0700 Michael Pavone Handle address register displacement when calculating branch targets in debugger
Mon, 13 Mar 2017 00:23:58 -0700 Michael Pavone Properly treat invalid addressing modes for PEA/LEA as invalid instructinos
Tue, 28 Feb 2017 21:59:58 -0800 Michael Pavone immediate and predecrement are illegal source address modes for movem. Fixes ticket:8 and ticket:9
Thu, 23 Feb 2017 00:08:04 -0800 Michael Pavone Minor fix to 68K instruction decoder
Thu, 09 Feb 2017 00:49:53 -0800 Michael Pavone Properly treat bad addressing modes in OR/AND as illegal instructions
Thu, 28 Apr 2016 09:00:42 -0700 Michael Pavone Implemented A line and F line traps.