Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Is it possible to call a non-exported function that resides in an exe?

Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures?

performance assembly x86 intel

Difference between lea and offset

assembly x86 masm tasm

"cpuid" before "rdtsc"

assembly x86 rdtsc

What is %gs in Assembly

Choice between aligned vs. unaligned x86 SIMD instructions

x86 sse simd avx avx512

Is there an `x86` instruction to tell which core the instruction is being run on?

assembly x86 x86-64

SSE multiplication of 4 32-bit integers

x86 sse simd multiplication sse2

What is the difference between the ADC and ADCX instructions on ia32/ia64?

assembly x86

Trying to understand gcc's complicated stack-alignment at the top of main that copies the return address

How encode a relative short jmp in x86

assembly x86 x86-64 intel

What are "non-virtualizable" instructions in x86 architecture?

Why are there only four registers?

x86 cpu-architecture

x86 MUL Instruction from VS 2008/2010

How to count clock cycles with RDTSC in GCC x86? [duplicate]

c++ c gcc x86 rdtsc intel

Why Linux/gnu linker chose address 0x400000?

linux x86 x86-64 ld elf intel

When should I use _mm_sfence _mm_lfence and _mm_mfence

Does lock xchg have the same behavior as mfence?

Where can I find a 8080 to x86 assembler conversion tool? [closed]