We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7f815 commit ced4d7fCopy full SHA for ced4d7f
Notes/第二章:运算器件.md
@@ -8,8 +8,9 @@
8
9
`ALU`的设计是基于前面我们所设计的所有器件来构建的,相当于一个控制台,只负责中转的逻辑,添加了一些控制位,查表,得知`ALU`的控制位,于是进行跳转,当然这里的功能的跳转实际上是由门电路实现的,并没有像写汇编的那么清楚。
10
11
-<img src="/Users/wocaibujiaoquanmei/iCloud 云盘(归档)/GitHub/nand2tetris/Images/ALU.png" alt="image-20210923141609907" style="zoom:50%;" />
+<img src="https://github.com/coderhare/nand2tetris/blob/main/Images/ALU.png" />
12
13
除了`ALU`稍微困难些之外,其他的都是比较简单的。
14
15
-### 源码
+### 源码
16
+[02文件夹](https://github.com/coderhare/nand2tetris/tree/main/Documents/Code/02)
0 commit comments