Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How to display date using x86 NASM?

linux assembly x86 nasm

Purpose of CMPXCHG instruction without LOCK prefix? [duplicate]

How to convert inline assembly __asm to byte

c++ x86 inline-assembly

Properly specify constraint for rotate?

How to check if more than one bit is set in x86 assembly?

How does an OS "deal in" virtual addresses and physical addresses

Using scanf with x86-64 GAS assembly

Is it more efficient to multiply within the address displacement or outside it?

Does LEA perform signed or unsigned arithmetic?

assembly x86

Can the JVM inline native methods?

java x86 jvm jit

Windbg breakpoint on a register value

Multithreading with inline assembly and access to a c variable

How to run old x86 DOS assembly programs in 64-bits Windows? [closed]

windows assembly x86 dos

Jump directly to certain parts of a function

c assembly x86

What is the rationale for setting all SSE/AVX registers call-clobbered in the SysV ABI?

Efficient floating point modulus one in C (fractional part of a float)

c x86 floating-point modulo fpu