Skip to main content

All Questions

Tagged with
9 votes
1 answer
948 views

Understanding segment prefixes in assembly for Linux

In looking at some assembly, I have come across a few instructions using segment prefixes. For example <address>: .... mov eax,DWORD PTR gs:0x20 I understand the basics of memory segments, ...
HenryC's user avatar
  • 91