Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How to measure late prefetches and killed prefetches on Haswell micro-architecture?

x86 intel prefetch intel-pmu

What is an 8-bit register on a desktop cpu?

Why does using the "register" keyword makes my code faster?

c x86 cpu-registers

Is there a C++ function that returns exactly the value of the built-in CPU operation RSQRTSS for inverse square root?

c++ x86 floating-point sse sqrt

How to output all the elements in an array in the following output?

How an assembler instruction could not read the memory it is placed at

ASM x86 Push and pop

assembly x86 tasm

Why are there no NAND, NOR and XNOR instructions in X86?

Accessing function args from the stack relative to EBP while pushing/popping other registers?

Is SGX enabled on my Surface 4 pro?

x86 intel

Passing array to a procedure, accessing elements using Base+Offset

arrays assembly x86 offset masm

Does movl maintain original value of source register?

assembly x86 intel

Why XOR before SETcc?

Accidental infinite loop in Assembly

assembly x86 masm irvine32

SSE byte and half word swapping

c x86 sse simd intrinsics

Detect call instruction before IP

assembly x86

Understanding 4K aliasing on Intel CPU's

MASM: dereference struct pointer twice?

sockets winapi assembly x86 masm

Does it matter where the ret instruction is called in a procedure in x86 assembly