Page 1 of 1

INT 13h

Posted: Sat Dec 10, 2005 2:35 am
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 ?

Re:INT 13h

Posted: Sat Dec 10, 2005 3:06 am
by xsix
Ah.... So stupid error :/ . But when you're coding in assembly there're allways strange errors... My stack segment location was wrong.