Search code examples
How do I force the CPU to perform in order execution of a program without any loops or branches?...

gccx86cpucpu-architecture

Read More
Fallback implementation for conflict detection in AVX2...

c++x86intrinsicsavx2avx512

Read More
Why is integer assignment on a naturally aligned variable atomic on x86?...

c++concurrencyx86atomicmemory-alignment

Read More
What's the purpose of the rotate instructions (ROL, RCL on x86)?...

assemblyx86cpu-architecturebit-shiftinstruction-set

Read More
Understanding the volatile Modifier in the Context of x86 Architecture and the Java Memory Model (JM...

javamultithreadingx86volatilejava-memory-model

Read More
Does INVLPG instruction or mprotect() affect the CPU cache state while invalidating TLB entries?...

assemblyx86cpu-architecturecpu-cachetlb

Read More
x86 rep prefix with a count of zero: what happens?...

assemblyx86instruction-set

Read More
Do I need to check CPUID.01:EDX[5]?...

x86intelcpuidmsr

Read More
32 bit OS crashes after jumping to reload the code segment...

gccx86nasmosdevgdt

Read More
How much of ‘What Every Programmer Should Know About Memory’ is still valid?...

optimizationmemoryx86cpu-architecturecpu-cache

Read More
Newbie on x86 asm - equivalence of mov a,[b+2] and add b,2|mov a,[b]...

assemblyx86x86-64

Read More
Binary bomb phase 4 assembly...

assemblyx86gdbreverse-engineeringbinary-bomb

Read More
_asm swap and compiler additions...

c++assemblyvisual-c++x86disassembly

Read More
Given an instruction address, can the starting address of the function enclosing it be determined?...

x86reverse-engineeringdisassemblydecompiling

Read More
assembly LINK : fatal error L1093:object file not found...

visual-studio-2010assemblyx86masm

Read More
x86 addl vs subl...

cassemblyx86clang

Read More
adding 32 bit protected to operating system...

assemblyx86operating-systemnasm

Read More
Explain how the AF flag works in an x86 instructions?...

cassemblyx86eflagsx86-emulation

Read More
Do any languages / compilers utilize the x86 ENTER instruction with a nonzero nesting level?...

assemblyx86compiler-constructionnested-functionstack-frame

Read More
Assembly x86 flags- overflow flag...

assemblyx86flagseflagssigned-overflow

Read More
FASM 64 bit exception on call winmm.dll...

assemblyx86fasm

Read More
ret2libc strcpy not complete...

pythonassemblyx86glibcexploit

Read More
Getting a string to print via bios interrupt...

assemblyx86nasminterruptbios

Read More
Assembly: How does fld st(0) duplicate the top stack value in the following code?...

assemblyx86x87

Read More
Segfault even though correct value in variable?...

cassemblyx86nasm

Read More
What is iii, rr and mmm?...

assemblyx86machine-codeinstruction-encodinghla

Read More
Redundant instruction in compiled code...

assemblyvisual-c++x86

Read More
Why is SSE4.2 cmpstr slower than regular code?...

cperformanceassemblyx86sse

Read More
Why does gcc compare seemingly equal floating point values as different with "-fexcess-precisio...

c++gccx86floating-pointx87

Read More
DOS interrupt 10 with AX 700...

assemblyx86dos

Read More
BackNext