摘要: 2024年8月编程人总共更新了3篇文章: 1.2024年7月文章一览 2.《Programming from the Ground Up》阅读笔记:p95-p102 3.《Programming from the Ground Up》阅读笔记:p103-p116 8月,对自己而言是糟糕的一个月,两个 阅读全文
posted @ 2024-09-01 17:22 codists 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 《Programming from the Ground Up》学习第7天,p103-p116总结,总计14页。 一、技术总结 1.读写文件 (1)linux.s linux.s: #file name:linux.s # system call numbers(按数字大小排列,方便查看) .equ 阅读全文
posted @ 2024-08-24 18:34 codists 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 《Programming from the Ground Up》学习第6天,p95-p102总结,总计8页。 一、技术总结 1.directive(伪指令) 很多资料喜欢把directive和instruction都翻译成“指令”,这样在看到指令这个词时就不知道到底指的是什么?这里参考其它人的做法, 阅读全文
posted @ 2024-08-24 10:05 codists 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 2024年7月编程人总共更新了5篇文章: 1.2024年6月文章一览 2.《Programming from the Ground Up》阅读笔记:p19-p48 3.《Programming from the Ground Up》阅读笔记:p49-p74 4.《Programming from t 阅读全文
posted @ 2024-08-14 07:22 codists 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 《Programming from the Ground Up》学习第5天,p88-p94总结,总计7页。 一、技术总结 1.touppercase.s #PURPOSE: This program converts an input file #to an output file with all 阅读全文
posted @ 2024-07-27 14:37 codists 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 《Programming from the Ground Up》学习第4天,p75-p87总结,总计13页。 一、技术总结 1.persistent data p75, Data which is stored in files is called persistent data, because 阅读全文
posted @ 2024-07-24 08:17 codists 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 《Programming from the Ground Up》学习第3天,p49-p74总结,总计26页。 一、技术总结 1.function (1)定义 p49, Functions are unit of code that do a defined piece of work on spec 阅读全文
posted @ 2024-07-16 08:07 codists 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 《Programming from the Ground Up》学习第2天,p19-p48总结,总计30页。 一、技术总结 1.object file p20, An object file is code that is in the machine's language, but has not 阅读全文
posted @ 2024-07-07 09:23 codists 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 2024年6月编程人总共更新了5篇文章: 1.2024年5月文章一览 2.《编译原理》阅读笔记:p18 3.《编译原理》阅读笔记:p19-p24 4.《编译原理》阅读笔记:p25-p32 5.《Programming from the Ground Up》阅读笔记:p1-p18 6月再挖一个坑,开始 阅读全文
posted @ 2024-07-02 07:59 codists 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 《Programming from the Ground Up》学习第1天,p1-18总结,总计18页。 一、技术总结 1.fetch-execute cycle p9, The CPU reads in instructions from memory one at a time and exec 阅读全文
posted @ 2024-06-30 23:34 codists 阅读(11) 评论(0) 推荐(0) 编辑