Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How to load two sets of 4 shorts into an XMM register?

c++ x86 sse simd intrinsics

Why do I have PUSH ecx?

assembly x86

Accumulate vector of integer with sse

c++ vector x86 sse simd

Using ES register gives errors

Under what conditions do I need to set up SEH unwind info for an x86-64 assembly function?

windows x86 nasm x86-64 seh

Fast way to get a close power-of-2 number (floating-point)

Who Decides Between I/O Mapped and Memory Mapped I/O (x86)

Why is my stack pointer only incrementing in multiples of 16?

assembly x86

x86 Assembly: Why Do I Need Stack Frames?

assembly x86 nasm

Calling an assembly language function causes "floating point stack check" exception

delphi assembly x86

Interrupting instruction in the middle of execution

assembly x86 interrupt

P6 Architecture - Register renaming aside, does the limited user registers result in more ops spent spilling/loading?

New instruction sets in CPU

x86 cpu simd instruction-set

Software initialization code at 0xFFFFFFF0H

Time sources in x86 processors

Unexpected performance of multi-precision addition

c gcc assembly x86

Binary Bomb - Phase 4

Understanding TLB from CPUID results on Intel

assembly x86 x86-64 tlb cpuid

Do I have to pop the error code pushed to stack by certain exceptions before returning from the interrupt handler?

Dereferencing a label in x86 assembly

assembly x86