Hello! I've done a small application in tasm, but I would like to migrate it
to VC++ 2005. I've got a problem, could I read/write in the floppy disk
using BIOS routines? And how?
I think something like:
asm {
mov ax,??
int ?? bios function
}
Could I do that with vc++ 2005 express ed.?
Thanks.