Topic: cannot return from TRDOS command line back to Sinclair BASIC
With latest ESXDOS 0.89 i can go in TRDOS command line with command RANDOMIZE USR 15616, but cannot go back to Sinclair BASIC with command RETURN.
Behavious of command RETURN is not always same, sometimes it will RESET computer, sometimes it will froze, sometimes it jumps in NMI menu and RESET after that etc... i suspect bug can depend on stack.
How replicate:
RESET ZX Spectrum
RANDOMIZE USR 15616
RETURN
Should reliably return back to Sinclair BASIC.