摘要: 一、 为什么选择这本书? 这本书来自于:https://github.com/codefollower/My-Blog/issues/1。工作之后,个人一直追求的一个方面就是“系统化”,笼统的来说就是从以下两方面进行系统化:“基础”+“专业”。这本书属于基础方面的深化,通过 Java 虚拟机来讲计算 阅读全文
posted @ 2025-01-05 16:31 codists 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 《计算机组成及汇编语言原理》学习第 15 天,p200-p240 总结,总计 40 页。 一、技术总结 1.derived type (1)定义 A representation for data built up by combining basic types. For example, a f 阅读全文
posted @ 2025-01-04 15:44 codists 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 《计算机组成及汇编语言原理》学习第 14 天,p178-p199 总结,总计 22 页。 一、技术总结 1.关于 end 的一点疑问 p178, For example, one instruction (BSWAP) swaps the end bytes in a 32-bit register 阅读全文
posted @ 2025-01-03 10:43 codists 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 《计算机组成及汇编语言原理》学习第 13 天,p177-p177 总结,总计 1 页。 一、技术总结 1.real mode A programming model where the program has access to the entire capability of the machin 阅读全文
posted @ 2025-01-02 23:21 codists 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 2024年12月编程人总共更新了20篇文章: 1.2024年11月文章一览 2.《Django 5 By Example》阅读笔记:p493-p520 3.《Django 5 By Example》阅读笔记:p521-p542 4.《Django 5 By Example》阅读笔记:p543-p55 阅读全文
posted @ 2025-01-02 20:43 codists 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 《计算机组成及汇编语言原理》学习第 12 天,p160-p176 总结,总计 17 页。 一、技术总结 1.PowerPC (1)programming model(mode) As in most modern computers, there are at least two separate 阅读全文
posted @ 2025-01-01 00:04 codists 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 《计算机组成及汇编语言原理》学习第 11 天,p133-p159 总结,总计 27 页。 一、技术总结 1.segment (1)定义 Broadly speaking, a contiguous section of memory. More specifically, a section of 阅读全文
posted @ 2024-12-30 20:32 codists 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 《计算机组成及汇编语言原理》学习第 10 天,p128-p132 总结,总计 5 页。 一、技术总结 1.8088 organization and architecture 8088处理器是16位电脑,寄存器是16位,数据总线(data bus)是8位,地址总线是20位。 (1)general-p 阅读全文
posted @ 2024-12-29 21:50 codists 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 《计算机组成及汇编语言原理》学习第 9 天,p123-p127 总结,总计 5 页。 一、技术总结 1.memory优化 (1)cache memory remove blank from "Most computers support two different kinds (levels) of 阅读全文
posted @ 2024-12-28 23:57 codists 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 《计算机组成及汇编语言原理》学习第 8 天,p121-p122 总结,总计 2 页。 一、技术总结 1.memory优化 (1)cache memory remove blank from "Most computers support two different kinds (levels) of 阅读全文
posted @ 2024-12-27 23:46 codists 阅读(1) 评论(0) 推荐(0) 编辑