INT 13

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
JD Steffen

INT 13

Post 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
Tim

Re:INT 13

Post 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.
Post Reply