Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Instruction Decoding in x86 architecture [closed]

c++ c assembly x86 decode

set individual bit in AVX register (__m256i), need "random access" operator

Dot Product of Vectors with SIMD

c x86 simd avx

The most correct way to refer to 32-bit and 64-bit versions of programs

x86 64-bit x86-64 terminology

Why are there extra instructions in my gcc output?

gcc assembly x86

C: put x86 instructions into array and execute them [duplicate]

c memory x86 execute

Can AVX2-compiled program still use 32 registers of an AVX-512 capable CPU?

Does referencing constants without a dollar sign have a distinct meaning?

assembly x86 x86-64 att

How can a cdecl calling convention corrupt the ESP?

Which registers are protected from user space in linux?

AVX 512 vs AVX2 performance for simple array processing loops [closed]

When does memory load cause bus error on x86-64 linux?

c linux assembly x86

Why multiple instructions with same opcode and working?

assembly x86 opcodes

What is the difference between "lea eax, [ebx + eax]" and "add eax, ebx" in x86-32 assembly?

assembly x86

Left shift of only part of a number

c optimization assembly x86

x64 performance compared to x86

Am I Writing Assembly Or NASM?

assembly x86 nasm a86

How an assembly language works?

c assembly x86 gdb disassembly

x86 Assembly: movsd instruction issue

assembly x86 masm32 fasm