From e0f7358b934d84187af7cbcaf61ec2a2eafbb21f Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 10 Feb 2019 01:44:03 +0000 Subject: [PATCH] v8080: install interrupt handler --- Kernel/platform-v8080/v8080.s | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Kernel/platform-v8080/v8080.s b/Kernel/platform-v8080/v8080.s index 4589a158..277480bd 100644 --- a/Kernel/platform-v8080/v8080.s +++ b/Kernel/platform-v8080/v8080.s @@ -67,12 +67,14 @@ _program_vectors_k: mvi a,0xc3 sta 0 sta 0x30 + sta 0x38 sta 0x66 lxi h,null_handler shld 1 lxi h,unix_syscall_entry - shld 0x31 + lxi h,interrupt_handler + shld 0x39 lxi h,nmi_handler shld 0x67 jmp .rst_init -- 2.34.1