x86 assembly instruction,
Store String Byte.
Stores the byte in al to memory pointed by es:di,
and increases di. Useful in combination with the rep prefix to memset big blocks of memory. Other variants include stosw (stores a word), and stosd (stores a doubleword). See also movsb.