DASM
Public Attributes
DCPU Class Reference

DCPU-16 definitions. More...

List of all members.

Public Attributes

hash RegisterMap
 Mapping from register name to instruction value.
hash InvRegisterMap
 Inverse mapping of instruction value to register.
hash BasicOps
 Basic opcode mapping.
hash InvBasicOps
 Inverse basic opcode mapping.
hash ExtendedOps
 Extended opcode, mapped into opcode 0.
hash InvExtendedOps
 Inverse basic opcode mapping.

Detailed Description

DCPU-16 definitions.

Taken from the specification at http://0x10c.com/doc/dcpu-16.txt

We provide package variables for all of the definitions we use in the assembler kit.

Definition at line 25 of file DCPU.pm.


Member Data Documentation

Basic opcode mapping.

Definition at line 35 of file DCPU.pm.

Extended opcode, mapped into opcode 0.

Definition at line 41 of file DCPU.pm.

Inverse basic opcode mapping.

Definition at line 38 of file DCPU.pm.

Inverse basic opcode mapping.

Definition at line 44 of file DCPU.pm.

Inverse mapping of instruction value to register.

Definition at line 32 of file DCPU.pm.

Mapping from register name to instruction value.

Definition at line 29 of file DCPU.pm.


The documentation for this class was generated from the following file: