Any emulator which can save memory disassembly to file?

6 posts / 0 new
Last post
Offline
Last seen: 2 weeks 1 day ago
Joined: Nov 21 2008 - 17:41
Posts: 52
Any emulator which can save memory disassembly to file?

I'm using a Apple II program which loads in small sections as needed. I'd like to compare a disassembly listing before and after a particular section is loaded, but the emulators I'm familiar with only seem to show disassembly onscreen with no facility to save it to a file (at least as far as I can tell.) 

Can anyone suggest an emulator (for Windows) which can save a disassembled section of memory to file?

Thanks, Michael

mmphosis's picture
Offline
Last seen: 2 weeks 3 days ago
Joined: Aug 18 2005 - 16:26
Posts: 433
In AppleWin, type PR#1, then

In AppleWin, type PR#1, then list your disassembly. It gets saved to a file: printer.txt

PR#0 turns this off. I find a little tricky to gage when it actually saves to this printer file.

 

Offline
Last seen: 2 weeks 1 day ago
Joined: Nov 21 2008 - 17:41
Posts: 52
Hi mmphosis, thanks for the

Hi mmphosis, thanks for the tip. I'm talking about doing this within a commercial program, from the AppleWin debugger monitor which is invoked by clicking the magnifying glass (or the equivelent monitor in another emulator). I'll edit my post to reflect this (never mind, I can no longer edit the post.)

Offline
Last seen: 4 days 12 hours ago
Joined: Jun 25 2020 - 17:00
Posts: 223
gmontag451 wrote:Hi mmphosis,
gmontag451 wrote:

Hi mmphosis, thanks for the tip. I'm talking about doing this within a commercial program, from the AppleWin debugger monitor which is invoked by clicking the magnifying glass (or the equivelent monitor in another emulator). I'll edit my post to reflect this (never mind, I can no longer edit the post.)

You can also BSAVE the disassembled code to any loaded image that has been associated to Drive 1 or 2.  The print to print.txt has always worked for me as well with AppleWin.

 

Offline
Last seen: 4 days 12 hours ago
Joined: Jun 25 2020 - 17:00
Posts: 223
There is also an alternative

There is also an alternative to using AppleWin's debugger monitor to view the machine code in a disassembled fashion.

I use RAK-WARE's Disassembler 2.2e with AppleWin to disassemble and add labels to binary machine code files.  It's output format is a TXT file and the TXT format is selectable for use with several common assembler programs of the time.

mmphosis's picture
Offline
Last seen: 2 weeks 3 days ago
Joined: Aug 18 2005 - 16:26
Posts: 433
there are also some recent
Log in or register to post comments