汇编(Asm)编程语句指令大全
Assembler (Asm) programming statement, instruction daquan:
[assembly Asm] assembler instruction Daquan, assembly instruction, statement Daquan
MOV (MOVE) transfer instructions
PUSH stack instruction
POP out stack instruction
XCHG (eXCHanG) exchange instructions
XLAT (TRANSLATE) code switching instruction
LEA (Load, Effective, Address) valid address send register instruction
LDS (Load, DS, pointer, with) pointers, send registers, and DS instructions
LES (Load, ES, pointer, with) pointers, send registers, and ES instructions
The LAHF (Load, AH, with, Flags) flag sends the AH instruction SAHF (Store, AH, into, Flgs) AH send flag register instruction PUSHF (PUSH, the, Flags) flags into stack instructions
The POPF (POP, the, Flags) flags the stack instructions
ADD addition instruction
ADC carry addition instruction
INC plus 1 instructions
SUB (SUBtract) is not subtract with borrow
大众车召回车型
SBB (SuVtrach with borrow) subtract with borrow
DEC (DECrement) minus 1 fingers
NEG (NEGate) complement instruction奔驰v260商务车报价
CMP (CoMPare) compare instruction
MUL (unsinged, MULtiple) unsigned multiply instruction
IMUL (sIgned, MUL, tiple) signed multiply instruction
DIV (unsigned, DIVide) unsigned division instruction
IDIV (sIgned, DIVide) signed division instruction
CBW (Count, Byte, to, Word) bytes are converted to word instructions
CWD (Count, Word, to, Doble, word) characters are converted into two word instructions
DAA compression BCD code addition decimal adjustment instruction太原交警网
DAS compression BCD code subtraction decimal adjustment instruction
AAA uncompressed BCD code addition decimal adjustment instruction
AAS uncompressed BCD code addition decimal adjustment instruction
AND logic and instruction
OR logic or instruction
XOR logical XOR command
不逻辑非指令
试验测试指令
SHL(移位逻辑与)逻辑左移指令
SHR(逻辑右移)逻辑右移指令
ROL(左转)循环左移指令P58
ROR(转右)循环右移指令P58
RCL(左带进位循环左移进行旋转)
hayabusaRCR(带进位右移)带进位循环左移
MOV(移动字符串)串传送指令
停止(存储到字符串)存入串指令
检测限(负荷从字符串)从串取指令
REP(重复)重复操作前
CLD(明确的方向标志)清除方向标志指令
STD(设置方向标志)设置方向标志指令
CMPS(比较字符串)串比较指令
上海车网
SCAS(扫描字符串)串扫描指令
缺血/ repz(而平等/零重复)相等/为零时重复操作前缀repne / repnz(而不等于零不相等/不为零进重复前缀重复)在输入指令(输入)
雪佛兰新赛欧三厢从输出指令(输出)
环循环指令P70
loopz /在为零/相等时循环指令
loopnz /时不为零/不相等时循环指令
电话子程序调用指令
RET(返回)子程序返回指令
CLC(清运)进位位置0指令
CMC(补充进位位求反指令携带)
SRC(实现)进位位置1指令
NOP(无操作)无操作指令
停止(停止)停机指令
返回偏移地址偏移
赛格返回段地址
相等(=)等值语句
清除解除语句
DUP操作数字段用复制操作符
段,
ENDS segment definition instruction