As some of you know, I’ve been working on getting the Tektronix 4404 operating system, Uniflex, up and running on MAME so others can play around with Smalltalk-80.
It is a comically brutal exercise without source code. My workflow is having the Uniflex source code in 6809 assembler up in a window (thanks Kees Schoenmakers!), with a Ghidra window onto the 68010 assembler that over the months I have annotated with educated guesses as to function names, with the MAME debugger on the 68010 assembler being executed.
Single stepping involves looking at the 6809 assembler to see what its doing, checking the Ghidra 68010 asembler to see what I think its doing, and then stepping the MAME debugger. Repeat. You really really have to be in the Zone for this one!