Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

What do the CFI directives mean? (and some more questions)

c++ c gcc assembly x86

What does "short" jump mean in assembly language?

assembly x86 disassembly intel

SSE: Difference between _mm_load/store vs. using direct pointer access

x86 sse simd

Assembler library for .NET, assembling runtime-variable strings into machine code for injection

c# assembly x86

Any CPU dependent on C++/CLI dependent on native C dll (any cpu for c++/cli)

c# c c++-cli 64-bit x86

What do 'instruction prefixes' mean in modern x86

assembly x86 prefix

Haswell memory access

inlining failed in call to always_inline ‘_mm_mullo_epi32’: target specific option mismatch

c cmake x86 sse simd

Advice for learning Linux x86-64 assembly & documentation [closed]

What should I know when switching from MIPS to x86 assembly?

assembly x86 mips

Why did Intel change the static branch prediction mechanism over these years?

Why doesn't clang use memory-destination x86 instructions when I compile with optimization disabled? Are they efficient?

Is ADD 1 really faster than INC ? x86 [duplicate]

What does OFFSET in 16 bit assembly code mean?

assembly x86 masm x86-16 16-bit

What is the practical difference between the SI and DI registers?

assembly x86 cpu-registers

Getting cpu cycles using RDTSC - why does the value of RDTSC always increase?

x86, difference between BYTE and BYTE PTR

assembly x86 nasm masm

Branch target prediction in conjunction with branch prediction?

When to do or not do INVLPG, MOV to CR3 to minimize TLB flushing

How does the GCC implementation of modulo (%) work, and why does it not use the div instruction?

gcc assembly optimization x86