[HELP] Recover assembler code from .p file

Discussion about ZX80 / ZX81 Software
User avatar
XavSnap
Posts: 1941
Joined: Sat May 10, 2008 4:23 pm
Location: 'Zx81 France' Fb group.

Re: [HELP] Recover assembler code from .p file

Post by XavSnap »

Hi,

The "Disassembler" window is no the emulator debugger.
It a ZX81 Software debugger, and can be used without CPU freezing.
You can add freezing steps (red circles) to debug your own Asm codes.
Many infos will be displayed during ASM steps, as step conditions (CP, JR , JP...)
Emulator will automaticly stop/freeze ... just click on the bottom arrow icon to jump to the nex step.
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
David G
Posts: 387
Joined: Thu Jul 17, 2014 7:58 am
Location: 21 North, 156 West

Re: [HELP] Recover assembler code from .p file

Post by David G »

Anyone wanting to do this might give ZX Lister a try. By default it will save machine code containted in REM statements in separate files. Then it is easy to use the machine code in another program (by using ZX-IDE) or use with a dis-assembler to generate assembly langauge. ZX Lister creates a BASIC listing and seperate BIN files for machine language contained in the P file.
Post Reply