Erase 00f0-00f3 with first zero-page-loader loop
This commit is contained in:
parent
ad39872f3a
commit
51c6e90754
|
@ -80,9 +80,7 @@
|
||||||
OVR2 #fafe ( arguments for STZ2 at fd and JMP (repeat) )
|
OVR2 #fafe ( arguments for STZ2 at fd and JMP (repeat) )
|
||||||
OVR2 #f8fe ( 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 #f6fe ( arguments for STZ2 at fd and JMP (repeat) )
|
||||||
OVR2 #f4fe ( arguments for STZ2 at fd and JMP (repeat) )
|
OVR2 #f401 ( arguments for STZ2 at fd, plus an extra 01 )
|
||||||
OVR2 #f2fe ( arguments for STZ2 at fd and JMP (repeat) )
|
|
||||||
OVR2 #f001 ( arguments for STZ2 at fd, plus an extra 01 )
|
|
||||||
STHkr ( first argument for ADD2 )
|
STHkr ( first argument for ADD2 )
|
||||||
.File/success ( argument for DEI2 )
|
.File/success ( argument for DEI2 )
|
||||||
#0100 .File/load ( arguments for DEO2 )
|
#0100 .File/load ( arguments for DEO2 )
|
||||||
|
@ -103,7 +101,7 @@
|
||||||
( fa ) JCN
|
( fa ) JCN
|
||||||
( fb ) POPr
|
( fb ) POPr
|
||||||
( fc ) POP2
|
( fc ) POP2
|
||||||
( fd ) STZ2 ( deletes f0-fd through looping )
|
( fd ) STZ2 ( deletes f4-fd through looping )
|
||||||
( fe ) JMP
|
( fe ) JMP
|
||||||
( ff ) STZ2 ( deletes fe-ff )
|
( ff ) STZ2 ( deletes fe-ff )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue