Details Table
┌──────────┬────────────────────┬─┬─┬─┬─┬─┬─┬──────────────────────────────────┐
│Encoding │Instruction │0│1│2│3│4│5│Description │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│AA │STOS m8 │X│X│X│X│X│X│Store AL in byte at ES:[(E)DI], │
│ │ │ │ │ │ │ │ │update [(E)DI] │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│AB │STOS m16 │X│X│X│X│X│X│Store AX in word at ES:[(E)DI], │
│ │ │ │ │ │ │ │ │update [(E)DI] │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│AB │STOS m32 │ │ │ │X│X│X│Store EAX in dword at ES:[(E)DI], │
│ │ │ │ │ │ │ │ │update [(E)DI] │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│AA │STOSB │X│X│X│X│X│X│Store AL in byte at ES:[(E)DI], │
│ │ │ │ │ │ │ │ │update [(E)DI] │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│AB │STOSW │X│X│X│X│X│X│Store AX in word at ES:[(E)DI], │
│ │ │ │ │ │ │ │ │update [(E)DI] │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│AB │STOSD │ │ │ │X│X│X│Store EAX in dword at ES:[(E)DI], │
│ │ │ │ │ │ │ │ │update [(E)DI] │
└──────────┴────────────────────┴─┴─┴─┴─┴─┴─┴──────────────────────────────────┘
[Back: STOS/STOSB/STOSW/STOSD-Store String Data]
[Next: Description]