如果您无法下载资料,请参考说明:
1、部分资料下载需要金币,请确保您的账户上有足够的金币
2、已购买过的文档,再次下载不重复扣费
3、资料包下载后请先用软件解压,在使用对应软件打开
1.通用数据传送指令MOV---->moveMOVSX---->extendedmovewithsigndataMOVZX---->extendedmovewithzerodataPUSH---->pushPOP---->popPUSHA---->pushallPOPA---->popallPUSHAD---->pushalldataPOPAD---->popalldataBSWAP---->byteswapXCHG---->exchangeCMPXCHG---->compareandchangeXADD---->exchangeandaddXLAT---->translate2.输入输出端口传送指令.IN---->inputOUT---->output3.目的地址传送指令.LEA---->loadeffectiveaddressLDS---->loadDSLES---->loadESLFS---->loadFSLGS---->loadGSLSS---->loadSS4.标志传送指令.LAHF---->loadAHfromflagSAHF---->saveAHtoflagPUSHF---->pushflagPOPF---->popflagPUSHD---->pushdflagPOPD---->popdflag二、算术运算指令ADD---->addADC---->addwithcarryINC---->increase1AAA---->asciiaddwithadjustDAA---->decimaladdwithadjustSUB---->substractSBB---->substractwithborrowDEC---->decrease1NEC---->negativeCMP---->compareAAS---->asciiadjustonsubstractDAS---->decimaladjustonsubstractMUL---->multiplicationIMUL---->integermultiplicationAAM---->asciiadjustonmultiplicationDIV---->divideIDIV---->integerdivideAAD---->asciiadjustondivideCBW---->changebytetowordCWD---->changewordtodoublewordCWDE---->changewordtodoublewordwithsigntoEAXCDQ---->changedoublewordtoquadrateword三、逻辑运算指令AND---->andOR---->orXOR---->xorNOT---->notTEST---->testSHL---->shiftleftSAL---->arithmaticshiftleftSHR---->shiftrightSAR---->arithmaticshiftrightROL---->rotateleftROR---->rotaterightRCL---->rotateleftwithcarryRCR---->rotaterightwithcarry四、串指令MOVS---->movestringCMPS---->comparestringSCAS---->scanstringLODS---->loadstringSTOS---->storestringREP---->repeat来源:(HYPERLINK"http://blog.sina.com.cn/s/blog_4686fd300100frgr.html"http://blog.sina.com.cn/s/blog_4686fd300100frgr.html)-微机原理指令英文解释_小小无声_新浪博客REPE---->repeatwhenequalREPZ---->repeatwhenzeroflagREPNE---->repeatwhennotequalREPNZ---->repeatwhenzeroflagREPC---->repeatwhencarryflagREPNC---->repeatwhennotcarryflag五、程序转移指令1>无条件转移指令(长转移)JMP---->jumpCALL---->callRET---->returnRETF---->returnfar2>条件转移指令(短转移,-128到+127的距离内)JAE---->jumpw