getting to my first branch now
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
#include <ircolib/types.hpp>
|
||||
#include <capstone/capstone.h>
|
||||
#include <xbyak/xbyak.h>
|
||||
#include <array>
|
||||
|
||||
namespace weee::core {
|
||||
@@ -18,9 +19,12 @@ struct broadway {
|
||||
bool disasm_available = true;
|
||||
ircolib::u32 pc = 0;
|
||||
std::array<ircolib::u32, 32> gpr{};
|
||||
// ircolib::u32 const_gpr_lookup{};
|
||||
csh capstone;
|
||||
// Xbyak::CodeGenerator code;
|
||||
|
||||
// instructions
|
||||
void addis(ircolib::u32);
|
||||
void ori(ircolib::u32);
|
||||
};
|
||||
} // namespace weee::core
|
||||
|
||||
Reference in New Issue
Block a user