Post #1572086
2026-02-06 14:23 UTC
@Hundstrasse So i am using the z88dk and that saves .P files that are exactly like that, they autorun and don't include the SAVE line in their BASIC program.
Specifically i use the command
z88dk-z80asm -l -no-synth +zx81 demo.asm
So, you could either do that, or poke out with a file made by z88dk and see if you can work it out. (also, the .P files are made from an intermediate .bin file with a separate tool, so you could also use that directly)
Replies (1)
-
@Hundstrasse@retro.pizza 2026-02-06 14:32
@drj thanks! I'll definitely look into it. Might help unpick the mystery at least. I'm absolutely sure it's going to be one of the system variables at the start of RAM, but it's not detailed anywhere 😅