Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Why does GCC move variables to a temporary location before assigning them?

c assembly x86 decompiling

Can I force cache coherency on a multicore x86 CPU?

Why is the page size of Linux (x86) 4 KB, how is that calculated?

Intel x86 Opcode Reference?

assembly x86 intel opcode

Is there anything special about -1 (0xFFFFFFFF) regarding ADC?

c++ gcc assembly x86 bigint

Difference between MOVDQA and MOVAPS x86 instructions?

assembly x86 sse simd mov intel

Can x86's MOV really be "free"? Why can't I reproduce this at all?

What is between ESP and EBP?

How many ways to set a register to zero?

assembly x86 x86-16 tasm

What does ordered / unordered comparison mean?

How to build i686-linux-android-gfortran for android-ndk8b (x86 arch Android)?

android gcc x86 fortran

I've built a Windows service as "Any CPU". Why does it run in 32-bit mode on my 64 bit machine? [duplicate]

What do the dollar ($) and percentage (%) signs represent in x86 assembly?

assembly x86 att

Google maps SDK with new Intel Atom x86 emulator

How can I compile to assembly with gcc

c linux gcc x86

What is the meaning of each line of the assembly output of a C hello world?

linux gcc assembly x86

ret, retn, retf - how to use them

assembly x86

Why is string comparison so fast in python?

Why doesn't Linux use the hardware context switch via the TSS?

Why is integer assignment on a naturally aligned variable atomic on x86?