Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Do the MMX registers always exist in modern processors?

What does this assembly code do? (TEST,XOR,JNZ)

GCC INLINE ASSEMBLY Won't Let Me Overwrite $esp

change instruction set in GCC

There must be a really fast way to calculate this bitwise expression?

packing 10 bit values into a byte stream with SIMD [duplicate]

In NASM labels next to each other in memory are printing both strings instead of first one

assembly x86 label nasm

Comma, colon, decorator or end of line expected after operand

c assembly gcc x86 nasm

Unsigned int to unsigned long long well defined?

Regarding cmp / jg, jle, etc in AT&T syntax assembly

assembly x86 att

Counting character frequencies in an array of characters - x86 Assembly

assembly x86

Compiler macro to detect BMI2 instruction set

masm error A2075: jump destination too far : by 30 bytes

assembly x86 masm

Can atomic instructions straddle cache lines?

Cannot move 8 bit address to 16 bit register

assembly x86 x86-16 emu8086

How safe is this swap w/o pushing registers?

What does "interrupt hooking" mean?

_mm_pause usage in gcc on Intel

linux x86 intel sleep pause

CPU Registers and Multitasking

GCC generates useless instructions?