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

《计算机组成及汇编语言原理》学习第 5 天,p82-p85 总结,总计 4 页。

一、技术总结

1.汇编语言(jasmin)

(1)branch instruction

Any statement that might cause the PC to change its value is usually called a "branch" instruction.

(2) label

In assembly language, a human-readable marker for a particular line of code so that that line can be the target of a branch instruction.

"From the programmer's viewpoint, a label is just a line by itself holding an optional part of any instruction, a word (made up of letters and numbers, beginning with a letter, conventionally a capital letter, and followed by a colon [:]) that marks a particular instruction.

示例:

goto ALabel ;

ALabel:

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

1.vilify

(1)vilify:vilis("cheap, worthless") + -fy("to make")

vt. to say unpleasant things about someone, in order to cause other people to have a bad opinion of them(诋毁)。

p83, To summarize the next few sections, this kind of direct control is equivalent to the often vilified goto statement.

2.indoctrinate

(1)indoctrinate:in-("in, within") + doctrine + -ate(构成动词的后缀)

(2)doctrine: teaching

vt. to often repeat an idea to someone until they accept it without criticism or question(灌输)。

p83, Students are taught and indeed practically indoctrinated into an avoidance of such statements, as they can introduce more bugs than a shelf full of ant farms.

3."Structured Programming''a Red Herring

Red Herring(红鲱鱼):A metaphor for something that distracts attention from the main issue or misleads people into focusing on the wrong thing(比喻把人们的注意力从主要问题上转移开,或者把人们的注意力误导到错误的事情上)。

相似的用法有:烟雾弹(smoke screen)。

三、其它

今天没有什么想说的。

四、参考资料

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)

相关推荐
风123456789~1 小时前
【OceanBase专栏】OB租户-创建实验
数据库·笔记·oceanbase
cmcm!1 小时前
学习笔记1
数据库·笔记·学习
Jay20021112 小时前
【机器学习】7-9 分类任务 & 逻辑回归的成本函数 & 逻辑回归的梯度下降
笔记·机器学习·分类
WXG10113 小时前
【Flask】前后端交互示例
笔记·学习
d111111111d4 小时前
STM32--SPI通讯外设-学习笔记
笔记·stm32·单片机·嵌入式硬件·学习
d111111111d4 小时前
在STM32中有参宏定义define该怎么使用
笔记·stm32·单片机·嵌入式硬件·学习
2401_77CN6 小时前
汇川Easy系列PLC封装一阶低通滤波器FC【双线性变换】(定时中断应用,固定步长求解)
笔记·自动化
明月清了个风6 小时前
工作笔记-----EEPROM偶发性读取错误
arm开发·笔记·单片机·嵌入式硬件
s1ckrain6 小时前
数字逻辑笔记—绪论
笔记·嵌入式
不羁的木木7 小时前
【开源鸿蒙跨平台开发学习笔记】Day03:React Native 开发 HarmonyOS-GitCode口袋工具开发-1
笔记·学习·harmonyos