- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
(2)Index Registers and Pointer Registers SI DI BP SP You can use them for operations as arithmetic, but normally you should save them for their special purposes. They are often used to indicate the offset address of operands. 常用于存放操作数在段内的偏移地址 Index register SI: Source?Index (源变址寄存器) 16-bit source index register, is associated DS. DI: Destination?Index (目的变址寄存器) 16-bit destination index, is associated ES. Stack pointer (SP) register (堆栈指针寄存器) Base?Pointer (BP) register (基址指针寄存器) SP contains the offset address of the current word in the stack being addressed. SP and BP register are associated with the SS register. 16-bit registers of 8086 8 general (通用) registers, 1 instruction pointer (指令指针) register, 1 flag (标志) register and 4 segment (段) register . (3)Flag Register -- FLAGS Sometimes it is also called PSW (程序状态字). The name FLAGS refers to this register but this mnemonic is not used in instructions. The flags register indicate the status of the processor and the results of executing instructions. (3)Flag Register -- FLAGS Some bits are used to set some characteristic of the 8086 processor. Other bits, called status flags, indicate the outcome of execution of an instruction. When an instruction set a flag, the flag remains set until another instruction changes it. O (overflow flag): Indicates overflow of the high-order(leftmost) bit following arithmetic. JO and JNO test this flag. (result overflow,O=1) . If the word length of the machine is 8 bit, expressing range: -128~+127 CF PF AF ZF SF TF IF DF OF D15 D0 D (direction flag ): Used by string operations to determine direction of data transfer. (D=1, address decrement) data transfer ; (D=0, address increment) STD set direction, D=1 CLD clean direction, D=0 CF PF AF ZF SF TF IF DF OF D15 D0 I (Interrupt flag ): All external interrupts are to be processed (STI, I=1) or ignored ( CLI, I=0). T (trap flag): When set ( T=1 ), causes the
您可能关注的文档
最近下载
- 1桌签格式.doc VIP
- 丰富多彩的中华传统体育+课件 2025-2026学年人教版(2024)初中体育与健康八年级全一册.pptx VIP
- XX能源公司XX风电场×MW工程建设管理制度汇编(总承包项目部)完整版.doc
- 2020抽水蓄能电站施工设计方案.pdf VIP
- 儿童糖尿病酮症酸中毒诊疗指南(2024).pptx VIP
- 虚拟电厂管理平台需求及设计-方案合集.docx VIP
- 茶饮料灭菌技术概述.pdf VIP
- 2025新高考高一函数定义域值域解析式易错培优竞赛试题(解析板).docx
- 常用NTC47KΩ阻值B=3950阻温R-T对照表.pdf VIP
- 歌曲《我和我的祖国》课件.pptx
文档评论(0)