New posts in assembly

Is there a complete x86 assembly language reference that uses AT&T syntax? [closed]

Assembly CPU frequency measuring algorithm

Why are x86 registers named the way they are?

Is there syntax highlighting for assembly in Sublime Text 2?

Calculate system time using rdtsc

What is a microcoded instruction?

What is the purpose of segment registers in x86 protected mode?

explanation about push ebp and pop ebp instruction in assembly

Algorithm for finding the smallest power of two that's greater or equal to a given value [duplicate]

What is default register state when program launches (asm, linux)?

Assembly ADC (Add with carry) to C++

Running 32 bit assembly code on a 64 bit Linux & 64 bit Processor : Explain the anomaly

Need help passing defined C constants to asm instruction

Why IA32 does not allow memory to memory mov? [duplicate]

Why did GCC generate mov %eax,%eax and what does it mean?

Is it possible to call a non-exported function that resides in an exe?

Self modifying code always segmentation faults on Linux

How does the GCC implementation of modulo (%) work, and why does it not use the div instruction?

Where to learn x64 assembly from? [closed]

Getting cpu cycles using RDTSC - why does the value of RDTSC always increase?