Message-ID: <8D53104ECD0CD211AF4000A0C9D60AE34D3123@probe-2.acclaim-euro.net> From: Shawn Hargreaves To: djgpp AT delorie DOT com Subject: Re: Calling/Jumping to another segment Date: Fri, 5 Feb 1999 09:59:21 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com John Kismul writes: > How do I make a far call or a far jump to another code segment > (descriptor in the GDT)? "ljmp addr", where addr is a 48 bit __dpmi_paddr structure. Shawn Hargreaves.