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.

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.