Details Table

┌──────────┬────────────────────┬─┬─┬─┬─┬─┬─┬──────────────────────────────────┐
│Encoding  │Instruction         │0│1│2│3│4│5│Description                       │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│AA        │STOS m8XXXXXX│Store AL in byte at ES:[(E)DI],   │
│          │                    │ │ │ │ │ │ │update [(E)DI]                    │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│AB        │STOS m16XXXXXX│Store AX in word at ES:[(E)DI],   │
│          │                    │ │ │ │ │ │ │update [(E)DI]                    │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│AB        │STOS m32            │ │ │ │XXX│Store EAX in dword at ES:[(E)DI], │
│          │                    │ │ │ │ │ │ │update [(E)DI]                    │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│AA        │STOSB               │XXXXXX│Store AL in byte at ES:[(E)DI],   │
│          │                    │ │ │ │ │ │ │update [(E)DI]                    │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│AB        │STOSW               │XXXXXX│Store AX in word at ES:[(E)DI],   │
│          │                    │ │ │ │ │ │ │update [(E)DI]                    │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│AB        │STOSD               │ │ │ │XXX│Store EAX in dword at ES:[(E)DI], │
│          │                    │ │ │ │ │ │ │update [(E)DI]                    │
└──────────┴────────────────────┴─┴─┴─┴─┴─┴─┴──────────────────────────────────┘


[Back: STOS/STOSB/STOSW/STOSD-Store String Data]
[Next: Description]