Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Fast interleave 2 double arrays into an array of structs with 2 float and 1 int (loop invariant) member, with SIMD double->float conversion?

c++ x86 simd intrinsics avx

Why pop takes a parameter in assembly?

x86 jnz after xor?

assembly x86 conditional xor ida

operand generation of CALL instruction on x86-64 AMD

How does the system choose the right Page Table?

What does double dollar sign mean in x86 assembly (NASM)

assembly x86 nasm

Who performs the TLB shootdown?

linux x86 kernel tlb

WBINVD instruction usage

c caching assembly x86 cpu-cache

16 bit asm instruction set

assembly x86 16-bit

How to implement the mod operator in assembly

assembly x86

SSE2 intrinsics - comparing unsigned integers

c++ x86 sse simd intrinsics

Call C standard library function from asm in Visual Studio

Why is the dividend 64 bits in x86 assembly?

assembly x86

When should we use prefetch?

performance x86 arm prefetch

Why can I access lower dword/word/byte in a register but not higher?

What are some ways you can manage large-scale assembly language projects?

assembly x86

How is the x64 architecture different from x86

c++ x86 64-bit x86-64

Is x86 32-bit assembly code valid x86 64-bit assembly code?

windows assembly binary x86

What's the difference between using int 0x20 and int 0x21 / ah=0x4C to exit a 16-bit assembly program?

assembly x86 dos

Is LEA the only instruction in x86 with a memory operand that doesn't access memory?