mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-11 03:25:06 +00:00
Add basic status.
This commit is contained in:
@@ -46,6 +46,8 @@ template <Model model, typename BusHandler> class Executor {
|
||||
// Processor state.
|
||||
Status status_;
|
||||
CPU::SlicedInt32 program_counter_;
|
||||
CPU::SlicedInt32 data_[8], address_[8];
|
||||
CPU::SlicedInt32 stack_pointers_[2];
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user