From eaa87e9fcd90c00d6261cbdb854efb7a09467f1d Mon Sep 17 00:00:00 2001 From: bd Date: Thu, 27 Mar 2025 20:30:18 -0400 Subject: Instr, InstrDTO gets/sets, other structures required for decode --- inc/instr.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 inc/instr.h (limited to 'inc/instr.h') diff --git a/inc/instr.h b/inc/instr.h new file mode 100644 index 0000000..ce08685 --- /dev/null +++ b/inc/instr.h @@ -0,0 +1,14 @@ +#ifndef INSTR_H +#define INSTR_H + +#include +#include + +namespace instr +{ +// clang-format off +extern const std::map>> instr_map; +// clang-format on +} // namespace instr + +#endif /* INSTR_H_INCLUDED */ -- cgit v1.2.3