Dirk Hoffmann
Dirk Hoffmann
Experimental beamtrap support has been added (needs more testing though): Explanation of the example above: - The emulator resided in pause mode at beam position (120,81) - A beamtrap was...
Featured by v3.0b1
This is how it looks on Tahoe (with a small alignment issue fixed). Much better than expected:
Groundwork has been laid. RetroShell features three consoles now. Next to the existing command and debug console, a new file navigator console has been added. Pressing Shift+Left or Shift+Right cycles...
Basic commands to browse the file system (`cd`, `ls`, `pwd`) are working:
File system navigator is part of v4.3b1 and ready for testing.
Boolean flags and argument descriptions are working. As a showcase, I've implemented a `find` command in the new navigator shell: Interestingly, by smartly juggling around with C++ lambdas for filtering...
The FileSystem class had code for printing debug information about block contents to stdout. I've prettified the output and made it available in the navigator via the `block` command: Hex...
New argument parser is in place.
The disassembler now supports resolving symbols from the LD64 linker. It’s not production-ready yet, since symbol lookup is still O(n) etc.