From 56e80811189f2671bb44cb05bf9675e8cadf9a10 Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Tue, 15 Oct 2024 13:31:51 -0400 Subject: [PATCH] magic debug before touching anything in error printer --- include/util/error_func.nasm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/util/error_func.nasm b/include/util/error_func.nasm index 271cf97..e289cb5 100644 --- a/include/util/error_func.nasm +++ b/include/util/error_func.nasm @@ -21,13 +21,11 @@ %ifndef __INC_ERROR_FUNC %macro ERROR 1 - mov al, %1 ; al = 1 byte error code mapped to ascii values %ifdef __STEVIA_DEV_DEBUG __BOCHS_MAGIC_DEBUG %endif + mov al, %1 ; al = 1 byte error code mapped to ascii values jmp error - - %endmacro ; pass error as ascii character in al, errors a-zA-Z or 0-9