// file : core/null/arch_inst.h // project : Salis-VM // author : Paul Oliver #pragma once // index: // [section] macros // [section] definitions // ---------------------------------------------------------------------------- // [section] macros // ---------------------------------------------------------------------------- #define ARCH_INST_COUNT 0x80 #define ARCH_INST_MASK 0x7f // ---------------------------------------------------------------------------- // [section] definitions // ---------------------------------------------------------------------------- wchar_t arch_inst_symbol(uint8_t inst); const char *arch_inst_mnemonic(uint8_t inst);