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.
如何在AX不使用NEG指令的情况下找到单词的 2 补码。
AX
NEG
这是我尝试的方法:
NOT AX ADC AX, 0x0001
我没有任何方法可以验证我的答案,有什么方法可以运行这些 asm 指令吗?
我不知道你需要做什么,但无论如何not,inc做这项工作:
not
inc
not ax inc ax