Search code examples
8086 segment selector...


x86x86-16memory-segmentation

Read More
Are segments supposed to overlap? With an empty data section CS and DS get the same value...


assemblyx86-16emu8086memory-segmentation

Read More
Changing segments to Ring3(user) from Ring0(kernel) results in segmentation fault...


assemblyx86osdevmemory-segmentationgdt

Read More
Question about memory space in microprocessor...


x86-16memory-segmentationaddress-space

Read More
why does mov %ax, %ds assemble+disassemble as mov %eax,%ds, inconsistent with the original?...


assemblyx86gnu-assemblerobjdumpmemory-segmentation

Read More
Identifier "__readgsqword" is undefined - Visual Studio 2017...


c++visual-c++x86-64intrinsicsmemory-segmentation

Read More
TIB access in Win32...


cwindowswinapix86memory-segmentation

Read More
Calculating Base Address of a Segment (Intel 8086)...


assemblyx86-16memory-segmentation

Read More
Why are far pointers slow?...


performancecpu-architecturedosx86-16memory-segmentation

Read More
SEGMENTATION FAULT for my code , need guidance with debugging...


c++error-handlingsegmentation-faultc++17memory-segmentation

Read More
Segmentation registers use...


linuxmemoryx86memory-segmentation

Read More
Why do we need AX instead of MOV DS, data directly with a segment?...


assemblyx86tasmmemory-segmentation

Read More
In which systems is segmentation with paging (segmented paging) memory management technique used? Gi...


memory-managementoperating-systempaginghistorymemory-segmentation

Read More
What differs the bp and si when memory addressing in assembly (emu8086)?...


pointersassemblyx86-16emu8086memory-segmentation

Read More
moving memory operand to segment register,assembly(x86)...


assemblyx86nasmmasmmemory-segmentation

Read More
Is a mov to a segmentation register slower than a mov to a general purpose register?...


assemblyx86cpu-architecturememory-segmentationcpu-cycles

Read More
Why does 8086 segment addressing not overflow?...


x86-16memory-addressmemory-segmentation

Read More
which part of code is creating Segmentation Fault in hackerrank?...


c++vectormemory-leakssegmentation-faultmemory-segmentation

Read More
Are IA-32 segment descriptors that do not cover the full 4GiB linear address space slower?...


performanceoptimizationx86cpu-architecturememory-segmentation

Read More
Will an implicit stack switch occur when switching from compatibility mode to 64-bit mode at the sam...


assemblyx86-64stack-memorymemory-segmentation

Read More
What are Segments and how can they be addressed in 8086 mode?...


assemblyx86operating-systemx86-16memory-segmentation

Read More
physical address formula in 16 bit real mode: why multiply segment by 16?...


assemblyx86-16real-modememory-segmentation

Read More
How is the x86 data segment used in real operating systems and processes?...


x86operating-systemx86-64memory-segmentation

Read More
calculate logical address from physical address (x86)...


x86x86-16memory-addressreal-modememory-segmentation

Read More
MASM string instructions - segment register override on preceding LEA in real mode?...


assemblyx86-16masmmemory-segmentation

Read More
How are segment registers involved in memory address translation?...


x86x86-64memory-addresscpu-registersmemory-segmentation

Read More
Is it possible to use segment registers to in an assigment?...


assemblyx86-16memory-segmentation

Read More
Use of gs register on a 32 bit program over a 64 bit linux...


linuxassemblyx86memory-segmentationgdt

Read More
In 32-bit mode without paging, how to calculate the physical address?...


assemblyx86memory-addressmemory-segmentation

Read More
Why exactly is "Segmentation Fault " still a thing in C...


coperating-systemsegmentation-faultx86-64memory-segmentation

Read More
BackNext