magic debug before touching anything in error printer
This commit is contained in:
@@ -21,13 +21,11 @@
|
|||||||
%ifndef __INC_ERROR_FUNC
|
%ifndef __INC_ERROR_FUNC
|
||||||
|
|
||||||
%macro ERROR 1
|
%macro ERROR 1
|
||||||
mov al, %1 ; al = 1 byte error code mapped to ascii values
|
|
||||||
%ifdef __STEVIA_DEV_DEBUG
|
%ifdef __STEVIA_DEV_DEBUG
|
||||||
__BOCHS_MAGIC_DEBUG
|
__BOCHS_MAGIC_DEBUG
|
||||||
%endif
|
%endif
|
||||||
|
mov al, %1 ; al = 1 byte error code mapped to ascii values
|
||||||
jmp error
|
jmp error
|
||||||
|
|
||||||
|
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|
||||||
; pass error as ascii character in al, errors a-zA-Z or 0-9
|
; pass error as ascii character in al, errors a-zA-Z or 0-9
|
||||||
|
|||||||
Reference in New Issue
Block a user