Skip to content

Commit

Permalink
change pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
kekeandzeyu committed Sep 9, 2024
1 parent 0486739 commit 535a0b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
Binary file added Writerside/images_architecture/a1-1-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 2 additions & 12 deletions Writerside/topics/Computer-Architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,8 @@

# Computer Architecture

```mermaid
stateDiagram-v2
State1: Higher-Level Language Program (e.g. C)
State1 --> State2: Compiler
State2: Assembly Language Program (e.g. RISC-V)
State2 --> State3: Assembler
State3: Machine Language Program (e.g. RISC-V)
State3 --> State4: Machine Interpretation
State4: Hardware Architecture Description (e.g. block diagrams)
State4 --> State5: Architecture Implementation
State5: Logic Circuit Description (Circuit Schematic Diagrams)
```
<img src="../images_architecture/a1-1-1.png" alt=
"Computer Architecture"/>

## &#8544; C Programming

Expand Down

0 comments on commit 535a0b0

Please sign in to comment.