A hardware Java.TM. accelerator is comprised of a decode stage and a
microcode stage. Separating into the decode and microcode stage allows
the decode stage to implement instruction level parallelism while the
microcode stage allows the conversion of a single Java.TM. bytecode into
multiple native instructions. A reissue buffer is provided which stores
the converted instructions and reissues them when the system returns from
an interrupt. In this manner, the hardware accelerator need not be
flushed upon an interrupt A native PC monitor is also used. While the
native PC is within a specific range, the hardware accelerator is enabled
to convert the Java.TM. bytecodes into native instructions. When the
native PC is outside the range, the hardware accelerator is disabled and
the CPU operates on native instructions obtained from the memory.