Code |
Mnemonic |
Description |
C5 / r |
LDS r16, m16:16 |
Load DS: r16 with far pointer from memory |
C5 / r |
LDS r32, m16:32 |
Load DS: r32 with far pointer from memory |
0F B2 / r |
LSS r16, m16:16 |
Load SS: r16 with far pointer from memory |
0F B2 / r |
LSS r32, m16:32 |
Load SS: r32 with far pointer from memory |
C4 / r |
LES r16, m16:16 |
Load ES: r16 with far pointer from memory |
C4 / r |
LES r32, m16:32 |
Load ES: r32 with far pointer from memory |
0F B4 / r |
LFS r16, m16:16 |
Load FS: r16 with far pointer from memory |
0F B4 / r |
LFS r32, m16:32 |
Load FS: r32 with far pointer from memory |
0F B5 / r |
LGS r16, m16:16 |
Load GS: r16 with far pointer from memory |
0F B5 / r |
LGS r32, m16:32 |
Load GS: r32 with far pointer from memory |