Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Which assemblers currently support the AVX instruction set?

x86 assembly simd avx intel

How to interpret segment register accesses on x86-64?

linux assembly x86 x86-64

Shifting SSE/AVX registers 32 bits left and right while shifting in zeros

x86 sse simd avx avx2

Related to C++ and Assembly, what is ebp+8?

Compiler generated unexpected `IN AL, DX` (opcode `EC`) while setting up call stack

testing if a register equals itself in ia32

testing cpu-registers x86

How to move two 32 bit registers in to one 64 bit?

assembly x86 move x86-64

foreach vs for: please explain the assembly code difference

c# performance assembly x86

Encoding ADC EAX, ECX - 2 different ways to encode? (arch x86)

assembly x86

difference between i386:x64-32 vs i386 vs i386:x86_64

linux x86 x86-64

What is the "C++ ABI Specification" referred to in GCC's manual?

Can someone explain this directly assembled x86 JMP opcode?

how do procedure calls work in assembler?

Threaded execution speed of LOCK CMPXCHG

task gate, interrupt gate, call gate

linux-kernel x86 x86-64

How to optimize C-code with SSE-intrinsics for packed 32x32 => 64-bit multiplies, and unpacking the halves of those results for (Galois Fields)

c optimization x86 sse simd

Why does iret from a page fault handler generate interrupt 13 (general protection fault) and error code 0x18?

assembly x86 kernel

SSE multiplication of 2 64-bit integers

x86 sse simd multiplication sse2

Assembly: why some x86 opcodes are invalid in x64?

What does this x86 assembly instruction do (addsd xmm0, ds:__xmm@41f00000000000000000000000000000[edx*8])?

assembly x86 sse