From 5b794e0e5259c5a4e302ca7c292316430f053e09 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 21 Dec 2014 16:53:55 +0000 Subject: [PATCH] trs80: clean up monitor bits --- Kernel/platform-trs80/trs80.s | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/Kernel/platform-trs80/trs80.s b/Kernel/platform-trs80/trs80.s index df8217a6..7a77176e 100644 --- a/Kernel/platform-trs80/trs80.s +++ b/Kernel/platform-trs80/trs80.s @@ -51,21 +51,9 @@ ; ----------------------------------------------------------------------------- .area _COMMONMEM -trapmsg: .ascii "Trapdoor: SP=" - .db 0 -trapmsg2: .ascii ", PC=" - .db 0 -tm_user_sp: .dw 0 - -tm_stack: - .db 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -tm_stack_top: - -; -; Can't di halt as it breaks sdltrs 8( -; _trap_monitor: - jr _trap_monitor + di + halt platform_interrupt_all: in a,(0xef) @@ -76,7 +64,7 @@ _trap_reboot: halt ; ----------------------------------------------------------------------------- -; KERNEL MEMORY BANK (below 0xEA00, only accessible when the kernel is mapped) +; KERNEL MEMORY BANK (below 0xE800, only accessible when the kernel is mapped) ; ----------------------------------------------------------------------------- .area _CODE -- 2.34.1