From: Mark Wooding Date: Thu, 18 Nov 2021 18:47:19 +0000 (+0000) Subject: zx81-loader.p: Improve the ZX81 loading program. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/zx-fizzbuzz/commitdiff_plain/4471165a4cbc712be350b1531c2248f18449ecab zx81-loader.p: Improve the ZX81 loading program. Two important changes (sorry): * Automatically run the program when it's loaded. I've just (re?)discovered that if you `save' within a program then it continues where it left off, so use this mechanism. * Set `ramtop' below where the program lives before running it, because the ZX81 snapshots don't include `ramtop' in the memory image. --- diff --git a/zx81-loader.p b/zx81-loader.p index 77d7287..76e1b98 100644 Binary files a/zx81-loader.p and b/zx81-loader.p differ