From a824a54ce1633e8a1cc5d64b5bb290da59cdd683 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 9 Mar 2015 21:39:24 +0000 Subject: [PATCH] zx128: set the vectors right --- Kernel/platform-zx128/zx128.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Kernel/platform-zx128/zx128.s b/Kernel/platform-zx128/zx128.s index 6ea88fe5..d9328a6a 100644 --- a/Kernel/platform-zx128/zx128.s +++ b/Kernel/platform-zx128/zx128.s @@ -148,11 +148,11 @@ init_hardware: _program_vectors: pop bc pop de - pop iy ; task ptr - push iy + pop hl ; task page ptr + push hl push de push bc - ld a, P_TAB__P_PAGE_OFFSET+1(iy) ; high page of the pair + ld a, (hl) ; high page of the pair setvectors: call map_save -- 2.34.1