Skip to content

Commit 50863f6

Browse files
authored
Merge pull request cch123#3 from plpan/master
fix
2 parents 75c8959 + f2904aa commit 50863f6

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)