debug.rom: show banner when loaded

This commit is contained in:
Nero 2019-10-18 21:48:29 +00:00
parent ec4bdf649d
commit 7d99526b55
1 changed files with 9 additions and 0 deletions

View File

@ -100,6 +100,15 @@ init:
mov bx, 6
mov dx, isr_invalid_opcode
call hook_int
push cs
pop ds
mov si, rom.name
push si
call printf
db "%S loaded", 0x0A, 0x0D, 0
pop si
retf
; Hook interrupt