Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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?

What does NOPL do in x86 system?

assembly x86 nop

Why does mulss take only 3 cycles on Haswell, different from Agner's instruction tables? (Unrolling FP loops with multiple accumulators)

Is it safe to read past the end of a buffer within the same page on x86 and x64?

In x86 what's difference between "test eax,eax" and "cmp eax,0"

assembly x86