From cd6d88c44bedeaadab4f7cbfac94357066562e35 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 11 Dec 2014 12:11:55 +0000 Subject: [PATCH] zx128: on a panic halt and spin This makes it much easier to debug in FUSE --- Kernel/platform-zx128/zx128.s | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Kernel/platform-zx128/zx128.s b/Kernel/platform-zx128/zx128.s index 20e12159..1699fd11 100644 --- a/Kernel/platform-zx128/zx128.s +++ b/Kernel/platform-zx128/zx128.s @@ -49,6 +49,9 @@ .area _COMMONMEM _trap_monitor: + di + halt + ld a, #128 ; out (29), a ; TODO: go where? BASIC48? platform_interrupt_all: -- 2.34.1