通用数据传送指令. MOV 传送字或字节. MOVSX 先符号扩展,再传送. MOVZX 先零扩展,再传送. PUSH 把字压入堆栈. POP 把字弹出堆栈. PUSHA 把AX,CX,DX,BX,SP,BP,si,DI依次压入堆栈. POPA 把DI,si,BP,SP,BX,DX,CX,AX依次弹出堆栈. PUSHAD 把EAX,ECX,EDX,EBX,ESP,EBP,Esi,EDI依次压入堆栈. POPAD 把EDI,Esi,EBP,ESP,EBX,EDX,ECX,EAX依次弹出堆栈. BSWAP 交换32位寄存器里字节的顺序 XCHG 交换字或字节.( 至少有一个操作数为寄存器,段寄存器不可作为操作数) CMPXCHG 比较并交换操作数.( 第二个操作数必须为累加器AL/AX/EAX ) XADD 先交换再累加.( 结果在第一个操作数里 ) XLAT 字节查表转换. ── BX 指向一张 256 字节的表的起点, AL 为表的索引值 (0-255,即 0-FFH) 返回 AL 为查表结果. ( [BX+AL]->AL )
上传时间: 2016-08-17
上传用户:13681659100
常用串行EEPROM的编程应用,SPI总线(Serial Peripheral Interface串行外围设备接口总线)是三线式的串行总线,是由摩托罗拉公司所研发,使用三线进行数据传输,分别是SCK时钟引脚,si数据输入引脚和SO数据输出引脚。
上传时间: 2013-12-21
上传用户:894898248
Isisns is an extension of Network simulator (ns) for the IS-IS routing protocol. It is focused on simulation of network dynamics and convergence.
标签: simulator extension protocol Network
上传时间: 2016-11-06
上传用户:thesk123
Many problems in statistical pattern recognition begin with the preprocessing of multidimensional signals, such as images of faces or spectrograms of speech.
标签: multidimensional preprocessing statistical recognition
上传时间: 2016-12-01
上传用户:515414293
Acesta a fost un proiect de semestru pentru facultate. Tema este gestiunea unei biblioteci. Poate fi util pentru incepatorii in VFP. Contine interfata grafica, iar in arhiva proiectului se gaseste si diagrama ER a bazei de date.
标签: biblioteci facultate gestiunea semestru
上传时间: 2013-12-21
上传用户:1079836864
依次输入单个字符到该数组中,直到输入回车完成该字符数组的输入。反向输出该数组中的字符串内容。 // 输入:This is Test! 输出结果为:!tseT si sihT // 并利用sizeof运算符,求出数组占用的内存字节数
上传时间: 2016-12-30
上传用户:lijianyu172
This set of files show some of the principles of Monte Carlo simulations, applied in the financila industry. this si the content of the web seminar called "simulations de Monte Carlo en MATLAB".
标签: simulations principles financila the
上传时间: 2013-12-18
上传用户:xiaoyunyun
This volume is an instructor鈥檚 manual for the 4th edition of Database System Concepts by Abraham silberschatz, Henry F. Korth and S. Sudarshan. It contains answers to the exercises at the end of each chapter of the book.
标签: instructor Database Concepts Abraham
上传时间: 2017-04-29
上传用户:manking0408
This project is to design the automated system for the inventory of Al-Ahmad Cotton and Oil Mills situated at Vehari road, Multan. It is difficult to keep the track of sale purchase and production system of any company, department or organization. It is decided to computerize the sale purchase and production system of Al-Ahmad Cotton and Oil Mill. All the difficulties faced by manual work are considered during the development o this project.Main used tool in vb and sql server 2000...........
标签: automated inventory the Al-Ahmad
上传时间: 2013-12-22
上传用户:qq1604324866
Ce manuel présume que vous avez déjà installé Flash MX 2004 ou Flash MX Professionnel 2004 et que vous savez comment l’utiliser. Il considère également comme acquis que vous savez placer des objets sur la scène et les manipuler dans l’environnement auteur de Flash. si vous avez déjà écrit des programmes, vous vous sentirez en terrain connu avec ActionScript. Et si vous êtes un novice, vous n’aurez aucun mal à faire son apprentissage. Le plus simple consiste à commencer par les commandes de base et à aborder les éléments plus complexes progressivement.
标签: Flash 2004 Professionnel que
上传时间: 2017-07-12
上传用户:bruce5996