From: Alan Cox Date: Mon, 11 Feb 2019 23:30:13 +0000 (+0000) Subject: 8080fixedbank: remove some debug X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7094f8fd242651ac58147010919fbbc41fe57cd6;p=FUZIX.git 8080fixedbank: remove some debug --- diff --git a/Kernel/lib/8080fixedbank.s b/Kernel/lib/8080fixedbank.s index a49ba8ca..63832f4a 100644 --- a/Kernel/lib/8080fixedbank.s +++ b/Kernel/lib/8080fixedbank.s @@ -6,17 +6,6 @@ ! Fast copy 512 bytes from H to D ! copy512: - in 21 - adi 48 - out 1 - mvi a,":" - out 1 - call outhl - xchg - mvi a,"-" - out 1 - call outhl - xchg mvi b,64 copy8: mov a,m @@ -53,8 +42,4 @@ copy8: inx d dcr b jnz copy8 - mvi a,'=' - out 1 - lhld 0xe800 - call outhl ret