Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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?

What registers to save in the ARM C calling convention?

What does the endbr64 instruction actually do?

How many CPU cycles are needed for each assembly instruction?

How was the first C compiler written?

Permanently Change Disassembly Flavor in GDB

linux assembly gdb

How to get assembly output from building with Cargo?

assembly rust rust-cargo

When are x86 LFENCE, SFENCE and MFENCE instructions required?

GAS: Explanation of .cfi_def_cfa_offset

What are the names of the new X86_64 processors registers?

How does a NOP sled work?