Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Floating point vs integer calculations on modern hardware

c++ x86 floating-point x86-64

System.BadImageFormatException: Could not load file or assembly (from installutil.exe)

How to install ia32-libs in Ubuntu 14.04 LTS (Trusty Tahr)

ubuntu x86

What is the "FS"/"GS" register intended for?

CPU Privilege Rings: Why rings 1 and 2 aren't used?

x86 cpu privileges

`testl` eax against eax?

assembly x86 instructions

What is the function of the push / pop instructions used on registers in x86 assembly?

Purpose of ESI & EDI registers?

assembly x86

Why does integer overflow on x86 with GCC cause an infinite loop?

c++ c gcc x86 undefined-behavior

What is the purpose of XORing a register with itself? [duplicate]

assembly x86

What does `dword ptr` mean?

assembly x86 dword pointers

What is the meaning of "non temporal" memory accesses in x86

x86 sse assembly

How does this milw0rm heap spraying exploit work?

Header files for x86 SIMD intrinsics

Why do x86-64 instructions on 32-bit registers zero the upper part of the full 64-bit register?

What is the best way to set a register to zero in x86 assembly: xor, mov or and?

How do you use gcc to generate assembly code in Intel syntax?

gcc x86 gnu intel assembly

What is the difference between MOV and LEA?

An expensive jump with GCC 5.4.0

The point of test %eax %eax [duplicate]

assembly x86 att