Compile to bytecode
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
#include <execute/registers.hpp>
|
||||
#include <vector>
|
||||
|
||||
using InterruptFn = void (*)(Execute::Registers & registers, std::vector<std::uint8_t> & memory);
|
||||
|
||||
namespace Execute
|
||||
{
|
||||
std::vector<InterruptFn> GetInterrupts();
|
||||
void ExecuteInterrupt(
|
||||
int const id,
|
||||
Execute::Registers & registers,
|
||||
std::vector<std::uint8_t> & memory);
|
||||
}
|
||||
Reference in New Issue
Block a user