log m68k.cpu @ 2496:187bc857a76a default tip

age author description
Sat, 30 Mar 2024 14:27:47 -0700 Michael Pavone Implement some flow control instructions in new 68K core. WIP implementation of movem in new 68K core.
Fri, 08 Mar 2024 23:14:08 -0800 Michael Pavone Implement unlk, tst and nop in new 68K core
Thu, 07 Mar 2024 00:53:11 -0800 Michael Pavone Implement lea and pea in new 68K core
Sun, 25 Feb 2024 23:32:19 -0800 Michael Pavone Implement swap instruction in new 68K core
Sat, 24 Feb 2024 23:16:37 -0800 Michael Pavone Implement link instruction in new 68K core
Sat, 24 Feb 2024 22:54:36 -0800 Michael Pavone Implement ext instruction in new 68K core
Fri, 23 Feb 2024 23:09:20 -0800 Michael Pavone Implement neg and not instructions in new 68K core
Wed, 21 Feb 2024 20:09:11 -0800 Michael Pavone Implement movep in new 68K core
Mon, 19 Feb 2024 22:52:21 -0800 Michael Pavone Implement bit instructions in new CPU core
Mon, 19 Feb 2024 18:14:56 -0800 Michael Pavone Implement cmp instructions in new 68K core
Sun, 18 Feb 2024 22:34:51 -0800 Michael Pavone Fix cycle counts for a number of instructions in new 68K core
Thu, 15 Feb 2024 21:49:17 -0800 Michael Pavone Fix some issues in new 68K core and add implementations of negx and clr instructions
Sat, 13 Jun 2020 00:37:22 -0700 Michael Pavone Somewhat buggy implementations of shift instructions in new 68K core
Fri, 24 Apr 2020 09:23:43 -0700 Michael Pavone Implement 68K or and sub instructions in new core
Thu, 23 Apr 2020 23:33:44 -0700 Michael Pavone Implement 68K eor instruction in new core
Thu, 23 Apr 2020 20:57:28 -0700 Michael Pavone Implement 68K and instruction in new core
Thu, 18 Apr 2019 19:47:50 -0700 Michael Pavone WIP new 68K core using CPU DSL