Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

纠错 #6112

Merged
merged 1 commit into from
Jul 11, 2019
Merged

纠错 #6112

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TODO/a-crash-course-in-assembly.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

![6-bits being taken from a 16-bit instruction and being piped into the ALU](https://2r4s9p1yi1fa2jd7j43zph8r-wpengine.netdna-ssl.com/files/2017/02/03-03-computer_architecture12-500x354.png)

接下来大脑会取后续两个三字节的字段来确定要相加的两个数。这两个数会存储在寄存器中。
接下来大脑会取后续两个三位的字段来确定要相加的两个数。这两个数会存储在寄存器中。

![Two 3-bit chunks being decoded to determine source registers](https://2r4s9p1yi1fa2jd7j43zph8r-wpengine.netdna-ssl.com/files/2017/02/03-04-computer_architecture17-500x352.png)

Expand Down