-[NEW] Next (step over) implemented

This commit is contained in:
2024-04-16 15:15:05 +02:00
parent 06c57256f1
commit 8f6534475a
3 changed files with 19 additions and 7 deletions

View File

@@ -15,4 +15,5 @@ namespace z80debug
void executeConsole();
const bool isbreak(const uint16_t address, const uint8_t type=1);
void next();
}