From: Alan Cox Date: Mon, 20 Jul 2015 21:47:13 +0000 (+0100) Subject: 6809: tag an item to check X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=49de5db76a138f9c9522f8eec7b9641833f04782;p=FUZIX.git 6809: tag an item to check --- diff --git a/Kernel/lowlevel-6809.s b/Kernel/lowlevel-6809.s index eafae91a..1d1bdeac 100644 --- a/Kernel/lowlevel-6809.s +++ b/Kernel/lowlevel-6809.s @@ -163,6 +163,9 @@ dispatch_process_signal: tfr d,x lslb ; 2 bytes per entry +; +; FIXME: must save Y for same ?? +; ; load the address of signal handler function ldy #U_DATA__U_SIGVEC ldu b,y ; now u = udata.u_sigvec[cursig]