From: Alan Cox Date: Thu, 11 Dec 2014 12:11:55 +0000 (+0000) Subject: zx128: on a panic halt and spin X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=cd6d88c44bedeaadab4f7cbfac94357066562e35;p=FUZIX.git zx128: on a panic halt and spin This makes it much easier to debug in FUSE --- 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: