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.
我在理解溢出标志时遇到了一些困难。我正在使用溢出指令 ( JO) 上的跳转,但发生溢出时它似乎没有跳转。我似乎在我正在阅读的书中找不到任何关于如何使用它的信息。以下是部分代码:
JO
call getdec$ mov bx,9 mul bx JO loc1 call putdec$
它输出了不正确的值,所以我知道它溢出并且它不会跳转到loc1. 我只是使用JO不正确吗?
loc1
任何帮助是极大的赞赏。