Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
...
mov ah, 10h
mov dl, cl
int 13h
cmp ah, 0
je .found
...
Note: the code above is on a loop and CL gets incremented until it reaches 255
I did some testing and found that AH = 0 when a drive is ready is this incorrect? if so does anybody know how I can find out if a drive is in the system or not. And I am emulating with qemu