Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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]

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