mos_cmdRUN() invokes mos_execMode() to determine ADL/ez80 execution mode, before calling mos_runBin(). However this is the first thing mos_runBin() also does based on the previously loaded memory content.
I've removed this superfluous invocation and also removed an unused stack variable *dest;
mos_cmdRUN() invokes mos_execMode() to determine ADL/ez80 execution mode, before calling mos_runBin(). However this is the first thing mos_runBin() also does based on the previously loaded memory content.
I've removed this superfluous invocation and also removed an unused stack variable *dest;