Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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

Boolean values as 8 bit in compilers. Are operations on them inefficient?

c++ c optimization x86 boolean

VT Not Supported when Installing HAXM

NASM Vs GAS (Practical differences)

Stack allocation, padding, and alignment

c gcc assembly x86 stack

Getting started with Intel x86 SSE SIMD instructions

c gcc x86 sse simd

Does integer overflow cause undefined behavior because of memory corruption?

Do current x86 architectures support non-temporal loads (from "normal" memory)?

c++ c caching x86 prefetch