Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How do I make space for my code cave in a Windows PE 32bit executable

What is the GS register used for on Windows? [duplicate]

windows assembly x86

How to add an AVX2 vector horizontally 3 by 3?

c x86 simd intrinsics avx2

Are x86 Assembly Mnemonic standarized?

Convert object file to another architecture

linux x86 arm cpu-architecture

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