Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Can 32-bit LINUX 2.6 executables run reliably on LINUX 3.2 machines?

linux x86 x86-64 glibc strace

Where can I find programs for practicing C and assembler(IA32)?

c linux assembly ubuntu x86

Why is it better to use the ebp than the esp register to locate parameters on the stack?

using text macros @date or @time in MASM x86

assembly x86 masm masm32

How to use an AC_CHECK_HEADER header in an AC_COMPILE_IFELSE program

c x86 autotools autoconf

How many AMD exclusive instructions are there on zen 3 CPUs?

googletest & cmake - Undefined symbols for architecture x86_64

Why GCC generates a mov of the array's beginning on every loop iteration to access array using []? (-O3, x86)

c assembly gcc x86

How to prevent compilers from "optimizing" SIMD constants to lookup tables?

c++ visual-c++ x86 clang simd

Extracting a copy of operands using Intel-pin

x86 intel-pin

What is the size of pointers in C on PAE system?

Do modern x86 processors have native support for decimal floating point arithmetic?

floating-point x86

How to enforce memory ordering with gcc on x86

How to print EIP address in C? [duplicate]

c linux assembly memory x86

Why does `lea esi, dword [edx + ecx * 4]` produce an error when assembled using NASM?

assembly x86 nasm

Test if any byte in an xmm register is 0

string assembly x86 simd sse2