Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 MASM 中执行以下命令:
jmp far PTR 0:61Dh jmp far ptr 2000h:0 jb short near ptr 106h
前两个产生错误 A2206:表达式中缺少运算符
第三,错误A2028:表达式必须是代码地址。
如果有人可以建议如何使这些功能在 MASM 中工作,我将不胜感激。
谢谢