Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What are the ESP and the EBP registers?

How does an assembly instruction turn into voltage changes on the CPU?

Micro fusion and addressing modes

Do programming language compilers first translate to assembly or directly to machine code?

Why GCC compiled C program needs .eh_frame section?

Do any languages / compilers utilize the x86 ENTER instruction with a nonzero nesting level?

assembly x86

Why does GCC call libc's sqrt() without using its result?

c++ gcc assembly x86-64

Compiling assembly in Visual Studio

What is register %eiz?

LEA or ADD instruction?

assembly x86

What is your favorite disassembler tool in Mac OS X? [closed]

Does using xor reg, reg give advantage over mov reg, 0? [duplicate]

What happens if you use the 32-bit int 0x80 Linux ABI in 64-bit code?

What is IACA and how do I use it?

c++ c performance assembly iaca

what does the assembly instruction 'db' actually do?

assembly

Assembly - JG/JNLE/JL/JNGE after CMP

assembly x86 eflags

Compile/run assembler in Linux?

linux ubuntu x86 assembly

How to force GCC to assume that a floating-point expression is non-negative?

Why don't modern compilers coalesce neighboring memory accesses?

What does it mean to align the stack?