INT 13h

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.
Post Reply
xsix

INT 13h

Post by xsix »

Hm... Hi. I've one error which doesn't let me to do what i want. AH=2 INT=13h BIOS disk services read function, returns me an error when i change head or track number into any other except 0. I don't know why that happens, floppy has 2 heads, and 80 tracks on each, but i returns an error when i change cylinder number for example into 1 2 or 3. What's wrong ?
xsix

Re:INT 13h

Post by xsix »

Ah.... So stupid error :/ . But when you're coding in assembly there're allways strange errors... My stack segment location was wrong.
Post Reply