From 0efa35cc4eba6cfe3c5bf738e8ba7f19071866a6 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 16 Feb 2019 02:46:02 +0000 Subject: [PATCH] v8080: align with upstream rsts --- Kernel/platform-v8080/rst.s | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Kernel/platform-v8080/rst.s b/Kernel/platform-v8080/rst.s index bec34667..0eafc07f 100644 --- a/Kernel/platform-v8080/rst.s +++ b/Kernel/platform-v8080/rst.s @@ -7,6 +7,9 @@ ! 41 call .floadn4 ! 34 call .fload4 ! 28 call .fstoren2 +! +! Also: +! 48 call .cmps_mag .define .rst_init .rst_init: @@ -18,6 +21,10 @@ lxi h, .fload4 call copy lxi h, .fstoren2 + call copy + lxi h, .cmps_mag + jmp copy + ! Copies eight bytes from HL to DE. copy: mvi c, 8 @@ -28,4 +35,4 @@ copy: inr e dcr c jnz .1 - ret \ No newline at end of file + ret -- 2.34.1