Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Reset vector in 386+ processors

x86 boot real-mode

How can I best pass a Global Offset Table (GOT) for my language on x86?

assembly x86 elf

Change in glibc not working

c linux gcc x86

Total Store Order and write merging in x86(-64)

Equivalent of PEXT instruction on ARM

Why is rep movsb slow for overlapping forward memmove, and why does libc use it?

how to find cpu cache size for a x86 processor

caching assembly x86

Short-form to get string length in assembly

assembly x86 gnu-assembler

Simplest way to export data from bare bones OS

gcc compiling .c with .s file - .bss confusion (bug?)

c linux gcc assembly x86

Unexpected ouput when trying to find minimum value in an array using x86 assembly

assembly x86

is this a bug in sqrt function

switch statement in assembly

c assembly x86

publication safety, relaxed memory models and memcpy

How to read PMC (Performance Monitoring Counter) of Intel processor?

Why is calling snprintf() so slow?

c performance assembly gcc x86

Does 8086 initiate a 1-byte code fetch when there's only 1 byte left in the prefetch queue?

x86 cpu-architecture x86-16

Inconsistent atan2 results between 64-bit and 32-bit architecture [duplicate]

Trying to store two numbers using scanf , but program crashes

linux assembly x86