I am analysing a code, and faced a problem: program tries to do the following
A=00
BC=01F9
DE=05C8
HL=some address
and goes with these parameters to phydio ($6052 in my machine's disk bios).
It is obvious for me that sector 5c8 does not exist on 2dd disks because 59f is the last one.
Any ideas? I think program expects something to read from this sector... If I try reading myself, it gives error A=08 "record not found" which is logical.
Для того, чтобы оставить комментарий, необходимо регистрация или !login

Yes I know, knowledge of low-level disk I/O is *soooo* useful when cracking those 