diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-07-14 17:29:02 +0200 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-07-30 04:47:22 +0200 |
| commit | f2c34b1d2c18270a0327fb4896fa307fae098770 (patch) | |
| tree | af3b7fb569d6b0a702a5a6e3b3bf8773513d21f1 /arch/null/arch_inst.h | |
Initial
Diffstat (limited to 'arch/null/arch_inst.h')
| -rw-r--r-- | arch/null/arch_inst.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/null/arch_inst.h b/arch/null/arch_inst.h new file mode 100644 index 0000000..f9d85ff --- /dev/null +++ b/arch/null/arch_inst.h @@ -0,0 +1,21 @@ +// 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); |
