# s-cpu **Repository Path**: mgang/s-cpu ## Basic Information - **Project Name**: s-cpu - **Description**: cpu学习笔记 - **Primary Language**: HTML - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-06 - **Last Updated**: 2024-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 为了更好地学习计算机的组成原理,在此将先抛出计算机组成原理的示意图,然后慢慢深入及展开各个组成部分的设计及实现。 ![](https://mg.meiflower.top/oss/sn-cpu/art.png ) ## 主要组成部分 * CPU * 内存 * 总线 * 输入输出设备 ## 最后实现的8位CPU ![](https://mg.meiflower.top/oss/sn-cpu/cpu-app/CPU.png ) ## 鸣谢 * B站UP主踌躇月光 * [一个8位二进制CPU的制作](https://www.bilibili.com/video/BV1aP4y1s7Vf/?spm_id_from=333.999.0.0&vd_source=e7848c18842bb234f7a561509976445e) * [Github项目](https://github.com/StevenBaby/computer)