8080fixedbank: remove some debug
authorAlan Cox <alan@linux.intel.com>
Mon, 11 Feb 2019 23:30:13 +0000 (23:30 +0000)
committerAlan Cox <alan@linux.intel.com>
Mon, 11 Feb 2019 23:30:13 +0000 (23:30 +0000)
Kernel/lib/8080fixedbank.s

index a49ba8c..63832f4 100644 (file)
@@ -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