Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cb81568

Browse files
committedJul 13, 2018
jn set zero with the value of 0
1 parent 6424f0a commit cb81568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎assembly.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ JMP 2(PC) // 以当前指令为基础,向前/后跳转 x 行
7171
JMP -2(PC) // 同上
7272

7373
// 有条件跳转
74-
JNZ target // 如果 zero flag 被 set 过,则跳转
74+
JZ target // 如果 zero flag 被 set 过,则跳转
7575

7676
```
7777

@@ -1006,4 +1006,4 @@ eyJoaXN0b3J5IjpbMTIzMjkyMzE1MSwtMjY3MTA3MzkxLDEyMz
10061006
I5MjMxNTEsLTg4Mjc1MTcwNiwtMTc0OTAxODUyMiwtMzQ4MTA0
10071007
NjIzLDIwODQwNjM3MjAsLTE1NTYyODU0NDAsMTI2MTcwMTYyMy
10081008
w3NTI0MDk2NTUsMTg4NDQ5NTE5MF19
1009-
-->
1009+
-->

0 commit comments

Comments
 (0)
Please sign in to comment.