Intermediate Assembly Language
Q46 / 100

What is a segment register and what are the common ones?

Correct! Well done.

Incorrect.

The correct answer is B) Registers (CS, DS, SS, ES, FS, GS) that, in segmented memory models, hold base addresses of memory segments

B

Correct Answer

Registers (CS, DS, SS, ES, FS, GS) that, in segmented memory models, hold base addresses of memory segments

Explanation

CS=Code Segment, DS=Data, SS=Stack, ES/FS/GS=Extra. In 64-bit long mode, segments are mostly flat (base=0), but FS/GS are used for thread-local storage.

Progress
46/100