1
0
mirror of synced 2026-03-02 18:05:39 +00:00

Add diagnostics program.

This commit is contained in:
Matthieu Bucchianeri
2025-02-16 19:14:07 -08:00
parent e16aa4c1c5
commit 90fd560c72
5 changed files with 393 additions and 37 deletions

View File

@@ -142,3 +142,7 @@ dump_regs:
registers_msg db ' AX BX CX DX DS SI ES DI BP FLAGS', 0xD, 0xA, 0
%endif
colon db ':', 0
space db ' ', 0
newline db 0xD, 0xA, 0