Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Trial-division code runs 2x faster as 32-bit on Windows than 64-bit on Linux

Disabling AVX2 in CPU for testing purposes

If statement appears to be evaluating even when condition evaluates to false

How does the CPU distinguish 'CALL rel16' (E8 cw) and 'CALL rel32' (E8 cd)?

On multicore x86 systems, are mutexes implemented using a LOCK'd instruction?

assembly x86

What can a compiler do with branching information?

Call an absolute pointer in x86 machine code

x86 jit machine-code

Identifying signed and unsigned values in assembly

What values can the carry flag hold, and how to check its status in x86 assembly?

assembly x86 nasm

x86 cmpl and jne

assembly x86 att

Good online resources to learn x86 assembly [closed]

assembly x86

Where are the stacks for the other threads located in a process virtual address space?

Fastest way to expand bits in a field to all (overlapping + adjacent) set bits in a mask?

c assembly x86 sse avx

GCC Inline Assembly: Jump to label outside block

ldd shows varied addresses on x86 Linux

linux x86 fedora powerpc ldd

Assembler jump in Protected Mode with GDT

Why are CISC processors harder to pipeline? In what sense are some instructions "more complex" than others?

What's the difference between vextracti128 and vextractf128?

x86 simd avx avx2

Atomic operations, std::atomic<> and ordering of writes

x86 assembly: Pop a value without storing it