Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

Labels in GCC inline assembly

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

"xor eax, ebp" being used in C++ compiler output

INC instruction vs ADD 1: Does it matter?

Why is %eax zeroed before a call to printf?

How does C++ exception handling translate to machine code

What is __i686.get_pc_thunk.bx? Why do we need this call?

Why does the ARM PC register point to the instruction after the next one to be executed?

assembly arm

What is the difference between 'asm', '__asm' and '__asm__'?

Obtaining peak bandwidth on Haswell in the L1 cache: only getting 62%

c memory assembly nasm fma

What is the meaning of XOR in x86 assembly?

assembly xor

explanation about push ebp and pop ebp instruction in assembly

How do AX, AH, AL map onto EAX?

assembly x86 cpu-registers

Is there a programming language "below" Assembly? [closed]