Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How do I get GCC to put a char in ah/bh/ch/dh?

C and C++ compilers with "aggressive" volatile semantics

c++ c x86 volatile smp

c generate function and call it

c x86 runtime code-generation

WiX installer that always installs to "Program Files" directory on both x86 and x64

wix x86 64-bit

Looking for 16-bit c compiler for x86 [closed]

What's the difference between the .asciz and the .string assembler directives?

Packing and de-interleaving two __m256 registers

c++ x86 simd avx avx2

Will Speculative Execution Follow Into an Expensive Operation?

Fallback implementation for conflict detection in AVX2

c++ x86 intrinsics avx2 avx512

Adding two numbers

gcc x86 inline-assembly

ASM call conventions

x86 assembly instruction: call *Reg

assembly x86 call

logical shift right on signed data

Is it useful to use VZEROUPPER if your program+libraries contain no SSE instructions?

What is the Linux process kernel stack state at process creation?

linux x86 stack kernel state intel

why X86 provides pair of division and multiply instructions?

c x86

Difference between PREFETCH and PREFETCHNTA instructions

How can I write a "Hello World" app in assembly language? [duplicate]

assembly x86 x86-64

Is it okay to mix legacy SSE encoded instructions and VEX encoded ones in the same code path?

assembly x86 sse avx intel