Add seti and int operators
This commit is contained in:
10
include/execute/interrupts.hpp
Normal file
10
include/execute/interrupts.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include <execute/registers.hpp>
|
||||
#include <vector>
|
||||
|
||||
using InterruptFn = void (*)(Execute::Registers & registers);
|
||||
|
||||
namespace Execute
|
||||
{
|
||||
std::vector<InterruptFn> GetInterrupts();
|
||||
}
|
||||
Reference in New Issue
Block a user