上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 36 下一页
摘要: 2024年9月编程人总共更新了2篇文章: 1.2024年8月文章一览 2.《Programming from the Ground Up》阅读笔记:p117-p146 欢迎搜索及关注:编程人(a_codists) 阅读全文
posted @ 2024-10-04 16:40 codists 阅读(39) 评论(0) 推荐(0)
摘要: 《Programming from the Ground Up》学习第8天,p117-p146总结,总计30页。 一、技术总结 1.共享函数用法示例 (1)不使用共享函数 linux.s: # filename:linux.s # system call numbers(按数字大小排列,方便查看) 阅读全文
posted @ 2024-09-29 23:58 codists 阅读(35) 评论(0) 推荐(0)
摘要: 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 阅读(73) 评论(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 阅读(62) 评论(0) 推荐(0)
摘要: 《Programming from the Ground Up》学习第6天,p95-p102总结,总计8页。 一、技术总结 1.directive(伪指令) 很多资料喜欢把directive和instruction都翻译成“指令”,这样在看到指令这个词时就不知道到底指的是什么?这里参考其它人的做法, 阅读全文
posted @ 2024-08-24 10:05 codists 阅读(53) 评论(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 阅读(19) 评论(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 阅读(46) 评论(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 阅读(214) 评论(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 阅读(52) 评论(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 阅读(84) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 36 下一页