[comp.sys.ibm.pc.misc] Jumping to 32 bit address with tasm.

gales@videovax.tv.tek.com (Gale Straney) (10/18/90)

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? ??