From 7094f8fd242651ac58147010919fbbc41fe57cd6 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 11 Feb 2019 23:30:13 +0000 Subject: [PATCH] 8080fixedbank: remove some debug --- Kernel/lib/8080fixedbank.s | 15 --------------- 1 file changed, 15 deletions(-) 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 -- 2.34.1