From: Alan Cox Date: Sat, 16 Feb 2019 02:46:02 +0000 (+0000) Subject: v8080: align with upstream rsts X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0efa35cc4eba6cfe3c5bf738e8ba7f19071866a6;p=FUZIX.git v8080: align with upstream rsts --- 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