MIPS-X


MIPS-X is a microprocessor and instruction set architecture developed as a follow-on project to the MIPS project at Stanford University by the same team that developed MIPS. The project, supported by the Defense Advanced Research Projects Agency, started in 1984, and its final form was described in a set of papers released in 1986–87. Unlike its older cousin, MIPS-X was never commercialized as a workstation CPU, and has mainly been seen in embedded designs based on chips designed by Integrated Information Technology for use in digital video applications.
MIPS-X, while designed by the same team and architecturally very similar, is not instruction-set compatible with the mainline MIPS R-series processors. The processor is obscure enough that support for it is provided only by specialist developers, and is notably missing from GCC.
MIPS-X has become important among DVD player firmware hackers, since many DVD players use chips based on the IIT design as their central processor. Devices such as the ESS VideoDrive SoC also include a DSP for decoding MPEG audio and video streams.
The Programmer's Manual describes the hsc instruction . This instruction is executed when a protection violation is detected, but is only present in the -NSA variant of the processor. On other platforms, this type of instruction is known as Halt and Catch Fire.