Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

What is the difference between N.E. and I in Intel manual?

Why does x86 commonly not allow a destination register that is not the first source register?

Why don't x86-64 (or other architectures) implement division by 10?

Width of int64_t, is it always 64 bits?

c gcc x86

Double Buffering, Assembly x86

Spinning thread takes 20,000 CPU cycles to see atomic write on Xeon CPU

PJSIP Error building for x86

x86 makefile sip pjsip portaudio

Counting differences between 2 buffers seems too slow

Trapping floating point exceptions and signal handling on Apple silicon

x86 assembly: Using #define'd constants as arguments in calls to to #define's macros

c gcc assembly macros x86

Calling conventions with composite date types

c++ c gcc x86 calling-convention

Linux x86-64 Hello World and register usage for parameters

linux assembly x86 x86-64 nasm

How do modern Intel x86 CPUs implement the total order over stores

How to detect whether my x86 code is running in 16-bit mode or 32-bit mode without modifying FLAGS or regs?

assembly x86 machine-code

Tracing a stack in x86 assembly code

x86 stack trace assembly

Difference between memory fetch with and without offset on Intel

assembly x86 intel

How to force GCC to use jmp instruction instead of ret?

Why is "info register ebp" in gdb not displaying a decimal number?

debugging assembly x86 gdb