summaryrefslogtreecommitdiff
path: root/core/arch_inst.h
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-07-31 04:04:37 +0200
committerPaul Oliver <contact@pauloliver.dev>2026-08-05 00:20:29 +0200
commit3ede06f803cfa0173d246695527d26440fd555d5 (patch)
tree4283b35c149188d9f596d38435c0940e840571c8 /core/arch_inst.h
parent8a4563d6d0c9e81fdaa42f6f760cae2b49cad431 (diff)
Adds curses UIHEADmaster
Diffstat (limited to 'core/arch_inst.h')
-rw-r--r--core/arch_inst.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/arch_inst.h b/core/arch_inst.h
new file mode 100644
index 0000000..d06c9c8
--- /dev/null
+++ b/core/arch_inst.h
@@ -0,0 +1,11 @@
+// file : core/null/arch_inst.h
+// project : Salis-VM
+// author : Paul Oliver <contact@pauloliver.dev>
+
+#pragma once
+
+#define ARCH_INST_COUNT 0x80
+#define ARCH_INST_MASK 0x7f
+
+wchar_t arch_inst_symbol(uint8_t inst);
+const char *arch_inst_mnemonic(uint8_t inst);