From cf9d7768a6820872049e0ffb2884b68f70505d3e Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 2 Jul 2018 22:18:18 +0100 Subject: [PATCH] trs80m1: use the printer port to dump diagnostics --- Kernel/platform-trs80m1/trs80.s | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Kernel/platform-trs80m1/trs80.s b/Kernel/platform-trs80m1/trs80.s index d63280d2..31c35ea4 100644 --- a/Kernel/platform-trs80m1/trs80.s +++ b/Kernel/platform-trs80m1/trs80.s @@ -49,7 +49,6 @@ .globl null_handler .globl fd_nmi_handler - .include "kernel.def" .include "../kernel.def" @@ -170,7 +169,7 @@ _rom_vectors: ; outchar: Wait for UART TX idle, then print the char in A ; destroys: AF outchar: - out (0xEB), a + ld (0x37E8), a ret ; -- 2.34.1