Instruction
LODS
Loads the element at [RSI] into AL, AX, EAX or RAX and steps RSI up or down, as the direction flag says.
- Extensions
- Mnemonics
- LODS, LODSB, LODSW, LODSD, LODSQ
- Forms
- 8 (8 Legacy)
- Data
- Intel XED v2026.08.23
Forms
| Instruction | Encoding | Requires |
|---|---|---|
LODSB
LODSB | AC | Base instruction set |
LODSW
LODSW | 66 AD | Base instruction set |
LODSD
LODSD | AD | Base instruction set |
LODSQ 64-bit mode only
LODSQ | REX.W AD | LM |
REP LODSB
REP_LODSB | F3 ACF2 AC | Base instruction set |
REP LODSW
REP_LODSW | 66 F3 AD66 F2 AD | Base instruction set |
REP LODSD
REP_LODSD | F3 ADF2 AD | Base instruction set |
REP LODSQ 64-bit mode only
REP_LODSQ | F3 REX.W ADF2 REX.W AD | LM |
CPUID and processors
Each form belongs to an XED ISA set. A form can be used when the processor reports every CPUID bit of one of its ISA set's alternatives.
| ISA set | CPUID | Processors in XED |
|---|---|---|
I86 | No CPUID bit: part of the base instruction set. | Every x86-64 processor in XED’s model |
I386 | No CPUID bit: part of the base instruction set. | Every x86-64 processor in XED’s model |
LONGMODE | LM | Every x86-64 processor in XED’s model |
More General-purpose instructions
Sources
- Intel XED v2026.08.23 (commit
0bcb6237345c): forms, encodings, ISA sets, CPUID bits and chip model. - Intel 64 and IA-32 Architectures Software Developer's Manual, Volume 2 (325383-092, June 2026)
- Intel 64 and IA-32 Architectures Software Developer's Manual, Volume 2 (325383-093, September 2026)
The tables are derived from Intel XED, Copyright Intel Corporation, licensed under the Apache License 2.0; x86-64.net converted and reformatted them. The text is our own.