计算机控制外文翻译
《计算机控制外文翻译》由会员分享,可在线阅读,更多相关《计算机控制外文翻译(14页珍藏版)》请在毕设资料网上搜索。
1、兰州交通大学毕业设计(论文) - 1 - 11 Shift Instructions 11.1 Overview of Shift Instructions 11.1.1 Description You can use the Shift instructions to move the contents of input IN bit by bit to the left or the right (see also CPU Registers).Shifting to the left multiplies the contents of input IN by 2 to the powe
2、r n (2n);shifting to the right divides the contents of input IN by 2 to the power n (2n). The number that you supply for input parameter N indicates the number of bits by which to shift.The bit places that are vacated by the Shift instruction are either filled with zeros or with the signal state of
3、the sign bit (a0 stands for positive and a1 stands for negative).The signal state of the bit that is shifted last is loaded into the CC1 bit of the status word.The CC0 and OV bits of the status word are reset to 0.You can use jump instructions to evaluate the CC1 bit. The following shift instruction
4、s are available: SHR_I Shift Right Integer SHR_DI Shift Right Double Integer SHL_W Shift Left Word SHR_W Shift Right Word SHL_DW Shift Left Double Word SHR_DW Shift Right Double Word 11.2 SHR_I Shift Right Integer 11.2.1 Symbol E NINNO U TE N OSH R _I Paramete Data Type Memory Area Description EN BO
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 外文翻译
