That's a positive number, so the the negative flag is false.
这是一个正数,所以负标志是假的。
科技 Crash Course
And so the ALU sets its negative flag to true for the first time.
因此 ALU 第一次将其否定标志设置为真。
科技 Crash Course
This only jumps the program if the ALU's negative flag is set to true.
如果 ALU 的否定标志设置为真,这只会跳转程序。
科技 Crash Course
As we talked about in Episode 5, the negative flag is only set when the result of an arithmetic operation is negative.
正如我们在第 5 集中谈到的,负标志仅在算术运算的结果为负时设置。
英语百科
Negative flag
In a computer processor the negative flag or sign flag is a single bit in a system status (flag) register used to indicate whether the result of the last mathematical operation resulted in a value whose most significant bit was set. In a two's complement interpretation of the result, the negative flag is set if the result was negative.