Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How does X86 CPU translate an address to an IO such as VGA text buffer?

c memory-management x86 paging

Converting a 32bit directx9 app to be large address aware

Perf overcounting simple CPU-bound loop: mysterious kernel work?

Will fixed-point arithmetic be worth my trouble?

How to force .NET application to run in 32bit mode

.net-3.5 x86 64-bit corflags

NASM is pure assembly, but MASM is high level Assembly? [closed]

GDB Print Value Relative to Register

c memory assembly x86 gdb

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