当前位置: 首页 > article >正文

《计算机组成及汇编语言原理》阅读笔记:p160-p176

《计算机组成及汇编语言原理》学习第 12 天,p160-p176 总结,总计 17 页。

一、技术总结

1.PowerPC

(1)programming model(mode)

As in most modern computers, there are at least two separate views of the system (formally called programming models, also often called programming modes) of the PowerPC in order to support multitasking.

A defined view of the architecture and capacity of a computer that may be limited for security reasons.

(2)block address translation (BAT) registers

2.Pentium

(1)register

在Pentium 处理器中,除了 segement register 是 16 位的,其它寄存器都是 32 位的。

二、英语总结(生词:1)

1.as with so much

so much 在这里用作名词,意思是"many things"。as with so much in life 等同于 like many things in life, just as it is often the case in life(就像生活中的很多事情一样)。

p160, The key to RISC computing is that (as with so much in life) computer programs spend most of their time doing a few relatively common operations.

2.outset

(1)outset: out- + set

c. the beginning, the act of setting out。

p162, There are also 32 floating point registers, designated at the outset as 64 bits.

3.caveat

c. a warning to consider sth before doing anything more.

p168, There are a few caveats.

4.poster child

c. sb/sth that is used to represent a particular quality(典型代表),也写作 poster boy 或者 poster girl。

p175, This makes the Pentium almost a poster child for CISC architecture, since every feature ever desired is still around—and every design decision made, good and bad, is still reflected in the current design.

5.a clean slate

idiom. A fresh start or beginning, without any existing constraints or previous issues to deal with。start with a clean slate的意思是“从零开始”。

p176, Unlike the designers of the JVM, who were able to start with a clean slate, the Pentium designers at each stage had to start with a working system and improve it incrementally.

6.unfetter

(1)fetter:

p176, In the original 8088, any program had unfettered access to the entire register set, and by extension to the entire memory bank or to any peripherals attached—essentially, total control over the system and all its contents.

三、其它

chapter 7 简评:分别从 background,organization and architecture, 介绍 PowerPC 组织结构及在这种结构下的汇编语言使用。

四、参考资料

1. 编程

(1) Patrick Juola,《计算机组成及汇编语言原理》:https://book.douban.com/subject/3069889/

2. 英语

(1) Etymology Dictionary:https://www.etymonline.com

(2) Cambridge Dictionary:https://dictionary.cambridge.org

在这里插入图片描述

欢迎搜索及关注:编程人(a_codists)


http://www.kler.cn/a/460956.html

相关文章:

  • uboot ,s5pv210 ,bootm分析
  • 运算符重载 - 自定义运算符行为
  • (六)vForm 动态表单(数据量大,下拉选卡顿问题)
  • Docker--Docker Container(容器) 之 操作实例
  • 2501d,d.110
  • ubuntu安装redis
  • rk3399增加新分区和计算规则
  • 理解生成协同促进?华为诺亚提出ILLUME,15M数据实现多模态理解生成一体化
  • 露营小程序搭建有哪些步骤?小程序里面可以找个露营搭子
  • 分解质因数(超大规模版)
  • 如何解决Eigen和CUDA版本不匹配引起的错误math_functions.hpp: No such file or directory
  • 给弹出框中的某个div赋值
  • 不分页表格界面卡死问题,使用虚拟表格
  • Mixer做的材质导出到Bridge
  • [创业之路-229]:《华为闭环战略管理》-5-平衡记分卡与战略地图
  • 江苏省有一级科技查新机构吗?
  • 单元测试4.0+思路总结
  • STM32 SPI读取SD卡
  • SQL 实战:MySQL JSON 函数解析 – 处理非结构化数据
  • pytorch autograd模块介绍
  • 在Linux上获取MS(如Media Server)中的RTP流并录制为双轨PCM格式的WAV文件
  • 头歌python通关:面向对象程序设计
  • 【机器学习】机器学习的基本分类-自监督学习(Self-supervised Learning)
  • Python自然语言处理利器:SnowNLP模块深度解析、安装指南与实战案例
  • Wend看源码-Java-Collections 工具集学习
  • Java 操作 PDF:从零开始创建功能丰富的PDF文档