From 3ede06f803cfa0173d246695527d26440fd555d5 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Fri, 31 Jul 2026 04:04:37 +0200 Subject: Adds curses UI --- arch/null/arch_inst.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 arch/null/arch_inst.h (limited to 'arch/null/arch_inst.h') 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 - -#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); -- cgit v1.2.1