Class: Zemu::Instance::RunState

Inherits:
Object
  • Object
show all
Defined in:
lib/zemu/instance.rb

Overview

States that the emulated machine can be in.

Constant Summary collapse

RUNNING =

Currently executing an instruction.

0
HALTED =

Executed a HALT instruction in the previous cycle.

1
BREAK =

Hit a breakpoint in the previous cycle.

2
UNDEFINED =

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

-1