DASM
|
DCPU-16 definitions. More...
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. |
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.
hash DCPU::BasicOps |
hash DCPU::ExtendedOps |
hash DCPU::InvBasicOps |
hash DCPU::InvExtendedOps |
hash DCPU::InvRegisterMap |
hash DCPU::RegisterMap |