Tasm, jmp far ptr instruction

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
RickardE

Tasm, jmp far ptr instruction

Post by RickardE »

Is it possible to do a "jmp far ptr 1000h:0000h"
in TASM 2.02?
I get "near jmp or call to another segment" or something.
Isn't that what "far ptr" is for??
It works when you do a far jmp to a label but not this way.

/RickardE
Post Reply