The exception 0x1000 is generated due to the following reasons (MPC860 User Manual, Section 6.1.3.1):
6.1.3.1 Software Emulation Exception (0x01000)
An software emulation exception occurs as a result of one of the following conditions:
• When executing any unimplemented instruction, including all illegal and unimplemented optional and floating-point instructions.
• When executing a mtspr or mfspr that specifies an on-core unimplemented register, regardless of SPR[0].
• When executing a mtspr or mfspr that specifies an off-core unimplemented register and SPR[0] = 0 or MSR[PR] = 0 (no program exception condition).
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------