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