examine/e was an implicit step
This commit is contained in:
parent
d2a4776742
commit
82b318ea01
1 changed files with 2 additions and 0 deletions
|
@ -224,6 +224,8 @@ void debugger(console *const cnsl, bus *const b, std::atomic_uint32_t *const sto
|
||||||
if (val != -1)
|
if (val != -1)
|
||||||
cnsl->put_string_lf(format("value at %06o, octal: %o, hex: %x, dec: %d\n", addr, val, val, val));
|
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") {
|
else if (cmd == "reset" || cmd == "r") {
|
||||||
#if defined(ESP32)
|
#if defined(ESP32)
|
||||||
|
|
Loading…
Add table
Reference in a new issue