Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Where does dmidecode get the SMBIOS table?

linux x86 bios

Why does a std::atomic store with sequential consistency use XCHG?

How do I determine the number of x86 machine instructions executed in a C program?

Why is gcc using jmp to call a function in the optimized version

c linux gcc x86

Is it possible to detect the CPU architecture from machine code?

assembly x86 arm x86-64

What is the easiest x86 Embedded Linux? [closed]

linux x86 embedded-linux

Preventing gcc from inlining a function [duplicate]

c linux gcc x86

Why didn't Intel made the high order part of their CPUs' registers available?

assembly x86 cpu-registers

How to install 32 bit glibc on 64 bit ubuntu

c ubuntu x86 32bit-64bit glibc

What exactly does the 3 operand imul instruction do in ia-32 assembly?

Get the upper half of the EAX register

assembly x86

How exactly does the x86 LOOP instruction work?

What is the instruction that gives branchless FP min and max on x86?

How can I accurately benchmark unaligned access speed on x86_64?

double condition checking in assembly

assembly x86