Skip to content

Commit ced4d7f

Browse files
authored
Update 第二章:运算器件.md
1 parent cc7f815 commit ced4d7f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Notes/第二章:运算器件.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88

99
`ALU`的设计是基于前面我们所设计的所有器件来构建的,相当于一个控制台,只负责中转的逻辑,添加了一些控制位,查表,得知`ALU`的控制位,于是进行跳转,当然这里的功能的跳转实际上是由门电路实现的,并没有像写汇编的那么清楚。
1010

11-
<img src="/Users/wocaibujiaoquanmei/iCloud 云盘(归档)/GitHub/nand2tetris/Images/ALU.png" alt="image-20210923141609907" style="zoom:50%;" />
11+
<img src="https://github.com/coderhare/nand2tetris/blob/main/Images/ALU.png" />
1212

1313
除了`ALU`稍微困难些之外,其他的都是比较简单的。
1414

15-
### 源码
15+
### 源码
16+
[02文件夹](https://github.com/coderhare/nand2tetris/tree/main/Documents/Code/02)

0 commit comments

Comments
 (0)