Is that win98 and Win Me using 32 bit real mode addressing? What is the LES instruction in MASM?
Printable View
Is that win98 and Win Me using 32 bit real mode addressing? What is the LES instruction in MASM?
errm.. what is 32-bit real mode adressing?
Do you mean protected mode? Win32 runs in protected mode.
I can read the floppy disk boot sector already but I can't read the boot sector for hard disk. And I read an article from Microsoft...it say that INT13h cannot use to read hard disk sector coz Win32 is in protected mode and we must use real mode address to access the sector....but I dun know how lah..
16 bit real mode is what dos uses. 32 bit protected mode is what Windows uses.