magic debug before touching anything in error printer

This commit is contained in:
2024-10-15 13:31:51 -04:00
parent 47a47051b2
commit 6731e03e38

View File

@@ -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