From e1a7840680164f7802aa63958c1ed583922a6612 Mon Sep 17 00:00:00 2001 From: jn Date: Tue, 31 Jan 2023 10:32:17 +0100 Subject: [PATCH] debug: refer to output facility as "serial port", not "terminal" To avoid confusing it with the terminal application in fox32os. --- debug.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug.asm b/debug.asm index b361f00..b0939d9 100644 --- a/debug.asm +++ b/debug.asm @@ -1,6 +1,6 @@ ; debug routines -; print a string to the terminal +; print a string to the serial port ; inputs: ; r0: pointer to null-terminated string ; outputs: