halt j halt

This commit is contained in:
aljazbrodar. 2025-12-07 14:45:47 +01:00
parent bfa4a8cd72
commit 12421d0e5d
23 changed files with 270 additions and 173 deletions

View file

@ -5,6 +5,10 @@
Executor::Executor() {}
Executor::Executor(Machine* m) {
machine = m;
}
void Executor::start() {
running = true;
while (running) {