summaryrefslogtreecommitdiff
path: root/arch/null/arch_inst.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/null/arch_inst.h')
-rw-r--r--arch/null/arch_inst.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/null/arch_inst.h b/arch/null/arch_inst.h
deleted file mode 100644
index f9d85ff..0000000
--- a/arch/null/arch_inst.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// file : arch/null/arch_inst.h
-// project : Salis-VM
-// author : Paul Oliver <contact@pauloliver.dev>
-
-#pragma once
-
-// index:
-// [section] macros
-// [section] definitions
-
-// ----------------------------------------------------------------------------
-// [section] macros
-// ----------------------------------------------------------------------------
-#define ARCH_INST_CAP 0x80
-
-// ----------------------------------------------------------------------------
-// [section] definitions
-// ----------------------------------------------------------------------------
-int arch_inst_cap(void);
-wchar_t arch_inst_symbol(uint8_t inst);
-const char *arch_inst_mnemonic(uint8_t inst);