On Mon, Apr 13, 2009 at 5:42 PM, Peter Stuge peter@stuge.se wrote:
Rudolf Marek wrote:
The trick is to use 0x66 prefix (done with ljmpl) it will allow to jump in real mode to any EIP addresses ;)
Yep, this is needed. Ah, the pmode and DOS32 days.
Signed-off-by: Rudolf Marek r.marek@assembler.cz
Acked-by: Peter Stuge peter@stuge.se
Cool, I didn't know that gcc/gas had an instruction for it!
Marc