diff --git a/io.asm b/io.asm index 8155a04..49f07f8 100644 --- a/io.asm +++ b/io.asm @@ -276,6 +276,16 @@ endif dec di jz sector_read_fail + + reset_disk: +if debug + mov al, '"' + mov ah, 0eh + int 10h +endif + xor ax, ax + int 13h + pop cx pop ax jmp try_sector_read