examine/e was an implicit step

This commit is contained in:
folkert van heusden 2022-06-19 00:19:53 +02:00
parent d2a4776742
commit 82b318ea01

View file

@ -224,6 +224,8 @@ void debugger(console *const cnsl, bus *const b, std::atomic_uint32_t *const sto
if (val != -1)
cnsl->put_string_lf(format("value at %06o, octal: %o, hex: %x, dec: %d\n", addr, val, val, val));
}
continue;
}
else if (cmd == "reset" || cmd == "r") {
#if defined(ESP32)