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.
我正在为学校实现一个乘法算法,所以请不要对算法提供帮助。我使用的是C子程序约定,所以我不需要推送CX,结果在DX:AX中返回。我codeview用来做调试。
codeview
在LOOP行,CX为 16:
踏上之后F10,我相信它应该让我回到shiftR标签上。发生的情况是CX变为 0,我继续退出子程序,如下图所示:
shiftR
同样,您可以看到在步进后设置了进位和溢出标志!我不认为LOOP可以做到这一点?是什么赋予了?我在看什么?
已解决:我开枪了。正如David Wohlferd 所提到的,F8现在step和F10正在next使用GDB术语。
step
next