Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Windows 64-bit registry v.s. 32-bit registry

com registry x86 64-bit clsid

SIMD instructions lowering CPU frequency

What does the MOVZBL instruction do in IA-32 AT&T syntax?

Why is such complex code emitted for dividing a signed integer by a power of two?

Why does Intel's compiler prefer NEG+ADD over SUB?

What does the dollar sign ($) mean in x86 assembly when calculating string lengths like "$ - label"? [duplicate]

assembly x86 intel-syntax

Writing my own BIOS

assembly x86 bios

What was the original reason for the design of AT&T assembly syntax?

assembly x86 intel att

MASM/NASM Differences

assembly x86 nasm masm

Cannot write to screen memory in C

c x86 x86-16 turbo-c real-mode

INC instruction vs ADD 1: Does it matter?

Porting 32 bit C++ code to 64 bit - is it worth it? Why?

How to get the CPU cycle count in x86_64 from C++?

c++ c performance x86 rdtsc

How does x86 pause instruction work in spinlock *and* can it be used in other scenarios?

Effective optimization strategies on modern C++ compilers

c++ optimization x86

How are x86 uops scheduled, exactly?

Is x86 RISC or CISC? [closed]

x86 cpu cpu-architecture

The difference between Call Gate, Interrupt Gate, Trap Gate?

explanation about push ebp and pop ebp instruction in assembly

How do AX, AH, AL map onto EAX?

assembly x86 cpu-registers