上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 35 下一页
摘要: 《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 阅读(38) 评论(0) 推荐(0)
摘要: 《Programming from the Ground Up》学习第6天,p95-p102总结,总计8页。 一、技术总结 1.directive(伪指令) 很多资料喜欢把directive和instruction都翻译成“指令”,这样在看到指令这个词时就不知道到底指的是什么?这里参考其它人的做法, 阅读全文
posted @ 2024-08-24 10:05 codists 阅读(24) 评论(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 阅读(9) 评论(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 阅读(28) 评论(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 阅读(194) 评论(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 阅读(27) 评论(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 阅读(55) 评论(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 阅读(25) 评论(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 阅读(63) 评论(0) 推荐(0)
摘要: 《编译原理》学习第 5 天,p25-p32总结,总计 8 页。 一、技术总结 1.lexical lexical这个单词后续会经常用到,所以首先要搞懂它的英文意思,不然看到中文的“词法,语法,文法”这三个词的时候就会懵了——lexical对应这三个里面的哪一个? (1)lexical: lexico 阅读全文
posted @ 2024-06-29 17:43 codists 阅读(55) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 35 下一页