emulator.dcpu.constants

Members

Static variables

basicCycles
ubyte[32] basicCycles;

Table of basic instructions cost.

literals
ushort[32] literals;

Table of literal values which may be stored in 'a' operand.

nextWordOperands
ushort[64] nextWordOperands;

Operands which will read nex word increasing pc register are '1', other are '0'.

specialCycles
ubyte[32] specialCycles;

Table of special instructions cost.

Meta

Authors

Andrey Penechko.