We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6424f0a commit cb81568Copy full SHA for cb81568
assembly.md
@@ -71,7 +71,7 @@ JMP 2(PC) // 以当前指令为基础,向前/后跳转 x 行
71
JMP -2(PC) // 同上
72
73
// 有条件跳转
74
-JNZ target // 如果 zero flag 被 set 过,则跳转
+JZ target // 如果 zero flag 被 set 过,则跳转
75
76
```
77
@@ -1006,4 +1006,4 @@ eyJoaXN0b3J5IjpbMTIzMjkyMzE1MSwtMjY3MTA3MzkxLDEyMz
1006
I5MjMxNTEsLTg4Mjc1MTcwNiwtMTc0OTAxODUyMiwtMzQ4MTA0
1007
NjIzLDIwODQwNjM3MjAsLTE1NTYyODU0NDAsMTI2MTcwMTYyMy
1008
w3NTI0MDk2NTUsMTg4NDQ5NTE5MF19
1009
--->
+-->
0 commit comments