Re: Dex HDD PIO Driver problem
Posted: Sat May 02, 2009 1:54 pm
You should not be doing
It should be
It needs to be edx.
Code: Select all
mov ecx,256
mov edi,hdbase
Code: Select all
mov edi,[HddBuffer]
mov ecx,256
mov edx,hdbase