Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Why is mov turing complete?

x86 CMP Instruction Difference

How to force GDB to disassemble code when it says "No function contains program counter for selected frame"?

x86 spinlock using cmpxchg

why .net assemblies differ for different architectures?

.net x86 64-bit

What are my available march/mtune options?

Is NOT missing from SSE, AVX?

CPU serial number

Counting machine instructions using gdb

x86 gdb trace

What are some tips for optimizing the assembly code generated by a compiler?

How to make a loop in x86 assembly language?

loops assembly x86

How to find the horizontal maximum in a 256-bit AVX vector

How do objects work in x86 at the assembly level?

c++ object assembly x86 vtable

x86 assembler: floating point compare

How can the rep stosb instruction execute faster than the equivalent loop?

Test whether a register is zero with CMP reg,0 vs OR reg,reg?

How did 16-bit C compilers work?

c assembly x86 legacy 16-bit

Understanding cmp instruction

assembly x86 comparison

How to enable __fp16 type on gcc for x86_64

How can I simplify code generation at runtime?