From: Alan Cox Date: Mon, 4 Dec 2017 02:14:25 +0000 (+0000) Subject: 65c816: signal vector copy X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7ecef44cb71e345d386969535e3d905782700192;p=FUZIX.git 65c816: signal vector copy --- 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