Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!uwm.edu!ogicse!zephyr.ens.tek.com!videovax!gales From: gales@videovax.tv.tek.com (Gale Straney) Newsgroups: comp.sys.ibm.pc.misc Subject: Jumping to 32 bit address with tasm. Message-ID: <6093@videovax.tv.tek.com> Date: 18 Oct 90 00:07:21 GMT Distribution: usa Organization: Tektronix TV Measurement Systems, Beaverton OR Lines: 6 Tasm seems to have a problem with jumping to a FAR segment and offset using the syntax displayed on page 169 of the Turbo Assembler reference guide version 2.0. I am also using a large model program. Tasm insists on doing a intra segment jump. example: jmp FAR PTR 0FFFF:0000 I have tried all that I can think of and more. Entering the same program thru the DOS debugger works fine. Any clues? ??