TobiFlex wrote:
The EC000UM.pdf describe the SCM68000. This is a freescale core processor. With other words: this is the 68K IP Core from freescale and this is not a document about the 68EC000.
Fair enough. I don't know what the 68SEC000 is based on, but I'm now 100% certain that user mode move from sr works on the MiniMig. I've tried out a real simple program that reads sr and prints it to the console (the result here is 0004 which is what I would expect), it doesn't try to be clever and detect the CPU.
There's a bootable ADF containing the program AND its source
here, for people to try out (it's neither fast, pretty or clever). If move from sr doesn't work in user mode, it will crash. If it does, you should see the sr register's contents (after which the cpu detect program is run and detects it as a 68000). If the first program crashes, the DetectCPU program should print 68SEC000, although you will have to edit the startup-sequence to not run PrintSR so it actually gets that far.