如何根据OUT-ALU输出的值决定JUMP?

时间:2016-07-26 19:03:13

标签: architecture hardware cpu-architecture hdl alu

j1, j2 and j3 are bits for the jump instruction and comp instructions are the computation instructions like add etc.

来自计算机系统元素(Nand2Tetris)的图

看一下

的场景
 j1 = 1 (out < 0 )
 j2 = 0 (out = 0 )
 j3 = 1 (out > 0 )

如何 out&lt; 0 为真, out&gt; 0 out = 0 为false。 out如何同时具有正值和负值?

换句话说,当JNE指令要执行时虽然理论上看起来似乎对我有用但实际上不是吗?

0 个答案:

没有答案