随笔分类 - 深入理解计算机系统
本系列主要针对给予AVR架构的计算机系统进行简介,内容来自于悉尼大学课程ELEC1601
摘要:8.1. Creating an Executable Program from Assembly Code The following figure shows an assembly program. You may create this program using a plain text
阅读全文
摘要:7.1. Types of Instruction Sets The set of instructions that a microprocessor can execute and their structure is generically called its instruction set
阅读全文
摘要:6.1. The Execution Environment The architecture of a microprocessor consists of several modules that allow the execution of the instructions in its ma
阅读全文
摘要:5.1. The Clock The circuits implemented only with simple digital gates such as NAND, AND, OR, inverters, etc., are combinational circuits meaning that
阅读全文
摘要:4.1. Boolean Expressions Today’s digital circuits are built so that they can perform very fast operations over data that is encoded in binary. The und
阅读全文
摘要:3.1. RAM Memory In this document you will learn how the RAM in a computer system is used to store all the data and coded required to execute a program
阅读全文
摘要:本课程内容来自于悉尼大学ELEC1601:introduction to the computer system 2.1. Binary Logic The digital electronic circuits are capable of manipulating signals in two
阅读全文