commit 51c6e90754d6889b22f00cb62c2fb4e41d45a050
parent ad39872f3a492a6f5200d36a149fdeedd60d9274
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date: Fri, 24 Sep 2021 00:04:25 +0100
Erase 00f0-00f3 with first zero-page-loader loop
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/projects/library/load-rom.tal b/projects/library/load-rom.tal
@@ -80,9 +80,7 @@
OVR2 #fafe ( arguments for STZ2 at fd and JMP (repeat) )
OVR2 #f8fe ( arguments for STZ2 at fd and JMP (repeat) )
OVR2 #f6fe ( arguments for STZ2 at fd and JMP (repeat) )
- OVR2 #f4fe ( arguments for STZ2 at fd and JMP (repeat) )
- OVR2 #f2fe ( arguments for STZ2 at fd and JMP (repeat) )
- OVR2 #f001 ( arguments for STZ2 at fd, plus an extra 01 )
+ OVR2 #f401 ( arguments for STZ2 at fd, plus an extra 01 )
STHkr ( first argument for ADD2 )
.File/success ( argument for DEI2 )
#0100 .File/load ( arguments for DEO2 )
@@ -103,7 +101,7 @@
( fa ) JCN
( fb ) POPr
( fc ) POP2
- ( fd ) STZ2 ( deletes f0-fd through looping )
+ ( fd ) STZ2 ( deletes f4-fd through looping )
( fe ) JMP
( ff ) STZ2 ( deletes fe-ff )