From 7ecef44cb71e345d386969535e3d905782700192 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 4 Dec 2017 02:14:25 +0000 Subject: [PATCH] 65c816: signal vector copy --- Kernel/lowlevel-65c816.s | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Kernel/lowlevel-65c816.s b/Kernel/lowlevel-65c816.s index 29478c3b..605a6743 100644 --- a/Kernel/lowlevel-65c816.s +++ b/Kernel/lowlevel-65c816.s @@ -376,7 +376,10 @@ _doexec: .i16 .a16 + ; ptr1 might be PROGBASE but that's fine !! ldx ptr1 ; target address + lda a:$20,x ; fetch the signal vector pointer + sta PROGBASE+$20 ; and stuff it in the base sep #$20 .a8 -- 2.34.1