Executing segment codes from MASM with JMP

北慕城南 提交于 2019-12-11 19:24:30

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!