Search code examples
Is there a convention for how Global Descriptor Table entries should be laid out?...

x86kernelosdevmemory-segmentationgdt

Read More
Linear address and physical address...

memory-managementx86memory-addressmemory-segmentationaddress-space

Read More
How did executable stacks work in x86 protected mode?...

x86kernelosdevmemory-segmentationprotected-mode

Read More
what is the difference between ESP register and SS register?...

assemblyx86memory-segmentationstack-pointer

Read More
Assembler use of segment register...

assemblyx86masmaddressing-modememory-segmentation

Read More
Trouble understanding stack segment register...

assemblyx86-16bootloadermemory-segmentationstack-pointer

Read More
How to use a logical address with an FS or GS base in gdb?...

gdbx86memory-segmentation

Read More
Is the address checked by the memory alignment check mechanism a effective address, a linear address...

assemblyx86memory-alignmentosdevmemory-segmentation

Read More
Assembly 8086 - Finding instruction results...

assemblyx86-16emu8086memory-segmentation

Read More
The data segment is not being initialized even though I did set an initial value to the variables...

assemblyinitializationdosx86-16memory-segmentation

Read More
Is there any special reason for STOSB to use extra segment?...

assemblyx86-16memory-segmentation

Read More
How to convert plain text in segmented chunks (Bytes) in python?...

pythonpython-3.xmemory-segmentationtext-segmentation

Read More
MS-DOS executable's [mov] instruction dynamic relocating at entry point...

assemblydosx86-16relocationmemory-segmentation

Read More
Protected mode, setting segment registers...

assemblyx86gnu-assemblermemory-segmentationprotected-mode

Read More
MASM x86 , ret returns to a wrong address...

assemblyx86-16masmreal-modememory-segmentation

Read More
Where are the stack, data and instruction segments implemented?...

cassemblymemoryx86-64memory-segmentation

Read More
Do the x86 segment registers have special meaning/usage on modern CPUs and OSes?...

x86historycpu-registersmemory-segmentation

Read More
How are __addgs* used, and what is GS?...

visual-c++x86-64intrinsicsthread-local-storagememory-segmentation

Read More
What are the segment and offset in real mode memory addressing?...

assemblyx86x86-16real-modememory-segmentation

Read More
WinDbg: Colon in address, what does it mean?...

x86windbgmemory-addressmemory-segmentation

Read More
32-bit assembly bootloader works in VM/qemu but not on a real PC...

assemblyx86bootloadermemory-segmentationprotected-mode

Read More
How to make 20 bit address by using two 16 bit registers?...

assemblyx86-16real-modememory-segmentation

Read More
[Duntemann's Book 3rd Edition]. How could 16-bit 8086 address 16 times as much memory as 8080?...

assemblyx86x86-16memory-segmentation

Read More
DS segment register in 32 bit architecture...

assemblyx86disassemblyobjdumpmemory-segmentation

Read More
What is a paragraph (when referring to memory)...

assemblyx86-16real-modememory-segmentation

Read More
Why is there only one segment in .COM programs, both for the program code and for the stack?...

assemblydosx86-16memory-segmentation

Read More
How can I prepend a `SS:` or `ES:` using AT&T Assembly Syntax...

assemblyx86attmemory-segmentation

Read More
Assembly Segments in opcodes...

assemblyx86masmaddressing-modememory-segmentation

Read More
What does the "D" stand for in 386's "D bit"?...

assemblyx86terminologymemory-segmentationgdt

Read More
MOV DS, EAX segfaults?...

assemblygdbx86-64memory-segmentation

Read More
BackNext