From: Alan Cox Date: Mon, 9 Mar 2015 21:39:24 +0000 (+0000) Subject: zx128: set the vectors right X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a824a54ce1633e8a1cc5d64b5bb290da59cdd683;p=FUZIX.git zx128: set the vectors right --- 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