汇编指令英文全称(word版可编辑修改)
汇编指令英文全称(word版可编辑修改)
编辑整理:
尊敬的读者朋友们:
这里是精品文档编辑中心,本文档内容是由我和我的同事精心编辑整理后发布的,发布之前我们对文中内容进行仔细校对,但是难免会有疏漏的地方,但是任然希望(汇编指令英文全称(word版可编辑修改))的内容能够给您的工作和学习带来便利。同时也真诚的希望收到您的建议和反馈,这将是我们进步的源泉,前进的动力。 本文可编辑可修改,如果觉得对您有帮助请收藏以便随时查阅,最后祝您生活愉快 业绩进步,以下为汇编指令英文全称(word版可编辑修改)的全部内容。
第 0 页 共 6 页
汇编指令英文全称(word版可编辑修改) 汇编指令英文全称
一、传送指令
1、通用数据传送指令
指令 英文全称 MOV move extended move with sign MOVSX data extended move with zero MOVZX data PUSH push POP pop PUSHA push all POPA pop all PUSHAD push all data POPAD pop all data BSWAP byte swap XCHG exchange CMPXCHG compare and change XADD exchange and add XLAT translate
2、输入输出端口传送指令
指令 英文全称 IN input OUT output
3、目的地址传送指令
指令 英文全称 LEA load effective address LDS load DS LES load ES LFS load FS LGS load GS LSS load SS 4、标志传送指令
指令 英文全称 LAHF load AH from flag SAHF save AH to flag PUSHF push flag POPF pop flag PUSHD push dword flag POPD pop dword flag
二、运算指令
第 0 页 共 6 页
汇编指令英文全称(word版可编辑修改) 1、算术运算指令
指令 英文全称 ADD add ADC add with carry INC increase 1 AAA ascii add with adjust DAA decimal add with adjust SUB substract SBB substract with borrow DEC decrease 1 NEC negative CMP compare ascii adjust on AAS substract decimal adjust on DAS substract MUL multiplication IMUL integer multiplication ascii adjust on AAM multiplication DIV divide IDIV integer divide
AAD ascii adjust on divide CBW change byte to word change word to double CWD word change word to double CWDE word with sign to EAX change double word to CDQ quadrate word
2、逻辑运算指令
指令 英文全称 AND and OR or XOR xor NOT not TEST test SHL shift left SAL arithmatic shift left SHR shift right SAR arithmatic shift right ROL rotate left ROR rotate right 第 1 页 共 6 页