算数 -> 算术。

Signed-off-by: FrankHB <frankhb1989@gmail.com>
This commit is contained in:
FrankHB 2020-04-23 12:22:56 +08:00
parent 3f68b85b9e
commit ec99fdc8a4
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
As we talked about in Episode 5, the negative flag is only set
第5集讲过结果为负,"负数标志"才是真
第5集讲过结果为负,"负数标志"才是真
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.
结果不是负数时, "负数标志"为假

View File

@ -155,10 +155,10 @@ Weve also added a special version of JUMP called JUMP_NEGATIVE.
它只在 ALU 的 "负数标志" 为真时,进行 JUMP
As we talked about in Episode 5, the negative flag is only set
第5集讲过结果为负,"负数标志"才是真
第5集讲过结果为负,"负数标志"才是真
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.
结果不是负数时, "负数标志"为假