class Zemu::Instance::RunState

States that the emulated machine can be in.

Constants

BREAK

Hit a breakpoint in the previous cycle.

HALTED

Executed a HALT instruction in the previous cycle.

RUNNING

Currently executing an instruction.

UNDEFINED

Undefined. Emulated machine has not yet reached a well-defined state.