Skip to content

Commit

Permalink
更新线性代数
Browse files Browse the repository at this point in the history
  • Loading branch information
870138612 committed Dec 7, 2024
1 parent 8aad9f1 commit 5cf0890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discovery/2computerorganization.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ int getSum(int a[]){

- 偏移寻址

- 相对寻址,寄存器里的值加上一个偏移量得到真实地址,$\text{(PC)+A->PC}$.
- 相对寻址,寄存器里的值加上一个偏移量得到真实地址,$\text{(PC)+A \rightarrow PC}$.

- 基址寻址,$\text{EA=(BR)+A}$,$\text{BR}$里的值不变,$\text{A}$可变,利于编制浮动程序和多道程序设计.

Expand Down

0 comments on commit 5cf0890

Please sign in to comment.