Page 1 of 1

INT 13

Posted: Sat Oct 18, 2003 1:35 am
by JD Steffen
Hello All,

Does the BIOS INT 13.02 function use ebx as offset into es or just bx?

I am trying to directly load to the 2MB mark with INT 13.02 in Unreal mode.

Thanks for any help you can provide

Re:INT 13

Posted: Sun Oct 19, 2003 11:17 am
by Tim
It uses BX. You can't load directly to extended memory in unreal mode; instead, load to a conventional memory buffer then copy to where you want.