There is extremely little chance that the DSP chip(s) in the Kemper MK2 are the same as the MK1.
The Freescale DSP 56k series used in the Kemper MK1 is discontinued, as in... no longer in production. So I'm guessing they've moved to an ARM based chip; which would seem reasonable considering the Kemper Player is using ARM. They could potentially move to FPGA chips too, but those are more expensive to develop for.
In either case, all or at least a large part of the code written for Kemper would have to be ported to another language. Freescale DSP chips are written in native assembly; which to be fair is a highly specific skill, which not all programmers are capable of. It is also isn't really how things are done in the modern world; at least I've never seen it in use; the hardware platforms I have experience of are all Linux ARM based setups.
So my guess is, Kemper have gone fully over to ARM. They've ported their Freescale code over to c++, possibly using JUCE to speed up the job, and taking advantage of more precision in the underlying architecture, and this will also probably be why they can run a much more detailed tone matching algorithm - which is what I personally believe they are talking about when they say 100,000 jiggawatts or whatever the comment was in their marketing.
Strymon have gone ARM. Pretty sure Meris are ARM as well. Probably plenty of others. It makes total sense to me.
BTW, when I started teaching myself DSP, I started off on a Daisy Seed:
Daisy is an embedded platform for music. It features everything you need for creating high fidelity audio hardware devices. Just plug in a USB cable and start making sound! Programming the Daisy is a breeze with support for a number of languages including C++, Arduino, and Max/MSP Gen~. To get...
electro-smith.com
That was about half a year ago or so. I got my first real taste of C++ on that platform. It very cool. Maybe I'll post some silly clips of a digital delay I put together at some point. It is also an ARM Cortex based platform, quite powerful really given how small it is. It has kind of replaced the Spin FV-1 chip that a lot of the hobbyists and smaller companies were using.
PS: Not that relevant really, but the Freescale DSP used fixed-point precision mathematics. That's kind of amusing, given the mathematics comments and point scoring from the other day.