•“串”就是内存中一段地址相连的字节或字;
•串操作,也叫数据块操作;
•可实现存储器数据间的直接传送;
•8086有5种基本串操作:
MOVS(Move string)串传送指令
CMPS(Compare string)串比较指令
SCAS(Scan string)串扫描指令
LODS(Load from string)取串指令
STOS (Store in to string)存串指令
(一)标志处理指令
•CLC (Clearcarryflag)清C标志
•STC(Setcarryflag )置C标志
•CMC(Complementcarryflag)对C求反
•CLD(Cleardirectionflag)清D标志
•STD(Setdirectionflag)置D标志
•CLI(Clearinterruptflag)清I标志
•STI (Setinterruptenableflag)置I标志
(二)其他处理机控制指令
•NOP(Nooperation)空操作
•HLT(Halt) CPU暂停状态
•WAITCPU等待状态
•ESC交权
•LOCK(Lockbus)总线锁定