「x86」- 07.String Instructions

内容简介

类别 指令 全称 功能
07 CMPS    
07 LODS    
07 MOVS Move string  
07 MOVSB Move byte string  
07 MOVSD Move doubleword string  
07 MOVSW Move word string  
07 REP Repeat while %cx not zero  
07 REPNE Repeat while not equal  
07 REPNZ Repeat while not zero  
07 REPE Repeat while equal  
07 REPZ Repeat while zero  
07 SCAS    
07 STOS