- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Sparc Architecture Overview.ppt
Natawut Nupairoj Assembly Language First Semester 2542 Assembley Language Natawut Nupairoj Sparc Architecture Overview Von Neumann Architecture Designed by John von Neumann in 1949. Machine = CPU + Memory Program is stored in memory along with data. CPU has Program Counter (PC) and Instruction Register (IR) Use PC to keep the current location of instruction being executed. Von Neumann Architecture Control unit fetches an instruction from memory (located by PC) and stores in IR. Memory = Memory Address Register (MAR) + Memory Data Register (MDR) CPU puts an address in MAR and load/store from/to MDR. Machine Organization Diagram Instruction Execution Fetch-Decode-Execute cycles: Fetch the next instruction from memory. Change PC to point to next instruction. Determine the type of the instruction fetched. Find where the data being used by the instruction is kept. Fetch the data, if required. Execute the instruction. Store the results in the appropriate place. Go to step 1 and start all over again. Instruction Cycles pc = 0; do { ir := memory[pc]; { Fetch the instruction. } pc := pc + INSTR_SIZE; { Move PC to next instruction. } decode(ir); { Decode the instruction. } fetch(operands); { Fetch the operands. } execute; { Execute the instruction. } store(results); { store the results. } } while(ir != HALT); Sparc Architecture Overview Load/Store architecture ALU cannot access data from memory directly. Data must be loaded into registers before computing. RISC (Reduced Instruction Set Computer) architecture All instructions are one word (32 bits). 5-stage Pipelining CPU. Sparc Registers There are 32 registers (%r0 - %r31). Each register is 64-bit for UltraSparc (128-bit for UltraSparc III). Registers are logically divided into 4 sets:global (%gx), in (%ix), local (%lx), and out (%ox). All registers are equal, can perform any operations. Special register: %g0 (%r0) - always discards writes and return zero. Sparc Registers Global %g0 %r0 readonly / return zer
您可能关注的文档
- 2015年度齐贤学校党支部工作计划.doc
- 2015年江苏省公务员录用考试《申论》试卷.doc
- 2015年甘肃省选拔高校毕业生下基层考试真题答案解析.doc
- 2015年荆州市中考政史试题(政治部分).doc
- 2015年迎新工作.doc
- 2015年镇海区技能人才职业技能大赛.doc
- 2015年高考考试说明——数学(文).doc
- 2015版食品生产许可证申请书(空表).doc-附件1.doc
- 2015级高一 10月模块检测历史试题.doc
- 2015级高一上物理期末考试试卷.doc
- Teaching for Successful Intelligence.ppt
- Teaching Reading.ppt
- The Fair Housing Act Rights and Remedies.ppt
- The University of Texas at Arlington.doc
- TTIP谈判进展与中国的应对策略.doc
- Unit 5 My Neighborhood (Answer Key).doc
- VPPC 2008 Technical Program.doc
- Windows Media Rights Manager and FairPlay.ppt
- With The Original.ppt
- World Trade Organization.doc
最近下载
- PEP小学英语五年级上册全部单元检测题.pdf VIP
- 土方外运施工方案.docx VIP
- 基层煤矿党支部书记个人工作总结.docx VIP
- 保安员资格考试100题(含答案).pdf VIP
- 基坑支护内支撑梁拆除施工方案.docx VIP
- 最新人教版一年级上册《数学游戏》课件(整套)教学PPT(2024年秋-新教材).pptx VIP
- 最新人教版一年级数学上册《数学游戏》教学课件(整套)PPT(2024秋-新教材).pptx VIP
- GBT6058-2005 纤维缠绕压力容器制备和内压试验方法.pdf
- GB╱T 23711.1-2009 氟塑料衬里压力容器电火花试验方法.pdf
- 7m焦炉推焦车的结构特征.pdf
文档评论(0)