Post #164362
2026-01-28 19:43 UTC
Replies (4)
-
@Hundstrasse@retro.pizza 2026-01-28 19:45
I feel like maybe it's one of the flags, but there's no detail about what they are
-
@tsturm@famichiki.jp 2026-01-28 22:45
@Hundstrasse The ZX Basic returns to Basic after load, so I'm not sure you can load machine code directly to autorun.
-
@etchedpixels@mastodon.social 2026-01-28 23:32
@Hundstrasse I think that bit has to be in basic, so you probably need to return to basic, save and return to asm. Easy enough. You just need a save and rand usr 16514 or similar.
-
@drj@typo.social 2026-02-06 14:23
@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)