I'm just starting to learn assembly and I want to round a floating-point value using a specified rounding mode. I've tried to implement this using fstcw, fldcw, and frndint.
Right now ...
I know that peripheral devices such as a hard driver, a floppy driver, etc are controlled by reading/writing certain control registers on their device controllers.
I am wondering about the following ...
I have some sectors on my drive with poor reading. I could measure the reading time required by each sector and then compare the time of the good sectors and the ...