Search code examples
Can't open file when debugging x86 NASM program with GDB...

assemblyx86gdbnasm

Read More
Why the number of x86 int registers is 8?...

assemblyx86x86-64cpu-architecturecpu-registers

Read More
Clarify subsections of 32-bit registers x86...

assemblyx86stackcpu-registers

Read More
Test whether a register is zero with CMP reg,0 vs OR reg,reg?...

assemblyoptimizationx86micro-optimization

Read More
Is cache prefetching done in hardware address space or virtual address space?...

performancecachingmemoryx86prefetch

Read More
Why do we need one jump after changing `PG` with `mov CR0, ...` when using non-completely serializin...

assemblyx86pagingvirtual-memoryosdev

Read More
Argument order to std::min changes compiler output for floating-point...

androidc++assemblyx86floating-point

Read More
Is there a cheaper serializing instruction than cpuid?...

assemblyx86intelcpu-cacherdtsc

Read More
Sending 16 bit data in assembly x86 using serial ports...

assemblyx86

Read More
Assembly x86, mov $constant, %register...

assemblyx86

Read More
Can't pass parameters to function in assembly x86...

functionassemblyparametersx86nasm

Read More
x86 Assembly subroutines - understanding how to return local var struct using only 1 register...

cassemblyx86x86-64calling-convention

Read More
Implementing a task deletion function in Assembly x86 tasm...

assemblyfile-iox86file-handlingtasm

Read More
Weird behavior of x86 assembly LEA instruction - Impact on Stack...

assemblyx86stack

Read More
Catching / disabling SIGFPE exceptions from assembly...

assemblyx86x86-64integer-division

Read More
Why can't we do arithmetic on an operand in x86 asm?...

assemblyx86x86-64dereferenceinstruction-set

Read More
Why do the AL, BL, and CL registers behave weird?...

assemblyx86nasmcpu-registers

Read More
Can't access array index in assembly x86...

arraysassemblyx86nasm

Read More
Does Skylake have Loop Stream Detector?...

x86cpu-architecture

Read More
Saving Status register (EFLAGS) when calling a function...

assemblygccx86calling-conventionstatus-register

Read More
How do *move elimination* slots work in Intel CPU?...

x86intelcpu-architecture

Read More
How exactly do partial registers on Haswell/Skylake perform? Writing AL seems to have a false depend...

assemblyx86intelcpu-architecturemicro-optimization

Read More
OS & Assembly: What prevents user mode from setting selector to arbitrary value?...

assemblyx86operating-systemmemory-segmentationgdt

Read More
How to write hello world in assembly under Windows?...

winapiassemblyx86nasm

Read More
How to print a number in assembly NASM?...

linuxassemblyx86nasm

Read More
Difference between JE/JNE and JZ/JNZ...

assemblyx86

Read More
falling in segmentation fault in x86 assembly...

assemblyx86segmentation-fault

Read More
Why does adding the value 2 to the si only increment the index by 1?...

assemblyx86x86-16

Read More
What is the meaning of "non temporal" memory accesses in x86...

x86sseassembly

Read More
Benefits of x87 over SSE...

x86x86-64ssefpux87

Read More
BackNext