Merge pull request #16 from FrankHB/patch-3

修复笔误
This commit is contained in:
Cheng Zheng 2020-04-23 13:32:11 +08:00 committed by GitHub
commit 33a104946d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -4139,10 +4139,10 @@ Weve also added a special version of JUMP called JUMP_NEGATIVE.
它只在 ALU 的 "负数标志" 为真时,进行 JUMP 它只在 ALU 的 "负数标志" 为真时,进行 JUMP
As we talked about in Episode 5, the negative flag is only set As we talked about in Episode 5, the negative flag is only set
第5集讲过结果为负,"负数标志"才是真 第5集讲过结果为负,"负数标志"才是真
when the result of an arithmetic operation is negative. when the result of an arithmetic operation is negative.
第5集讲过结果为负,"负数标志"才是真 第5集讲过结果为负,"负数标志"才是真
If the result of the arithmetic was zero or positive, the negative flag would not be set. If the result of the arithmetic was zero or positive, the negative flag would not be set.
结果不是负数时, "负数标志"为假 结果不是负数时, "负数标志"为假

View File

@ -155,10 +155,10 @@ Weve also added a special version of JUMP called JUMP_NEGATIVE.
它只在 ALU 的 "负数标志" 为真时,进行 JUMP 它只在 ALU 的 "负数标志" 为真时,进行 JUMP
As we talked about in Episode 5, the negative flag is only set As we talked about in Episode 5, the negative flag is only set
第5集讲过结果为负,"负数标志"才是真 第5集讲过结果为负,"负数标志"才是真
when the result of an arithmetic operation is negative. when the result of an arithmetic operation is negative.
第5集讲过结果为负,"负数标志"才是真 第5集讲过结果为负,"负数标志"才是真
If the result of the arithmetic was zero or positive, the negative flag would not be set. If the result of the arithmetic was zero or positive, the negative flag would not be set.
结果不是负数时, "负数标志"为假 结果不是负数时, "负数标志"为假