问题
I would like to execute the following commands in MASM:
jmp far PTR 0:61Dh
jmp far ptr 2000h:0
jb short near ptr 106h
The first two are producing error A2206: missing operator in expression
and the third, error A2028: expression must be a code address.
If anyone could advise as to how to make these functions work in MASM I would appreciate it.
Thanks
来源:https://stackoverflow.com/questions/17931114/executing-segment-codes-from-masm-with-jmp