Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

What is the purpose of a movss instruction with [this] as destination?

Assembly return address

assembly x86

Find first "1" in binary number [duplicate]

c algorithm assembly x86

shrl vs sarl .. x86 Assembly gnu

gcc assembly x86 gnu bit-shift

x86 ELF Disassembler that disassembles to Intel Syntax

linux x86 elf disassembly

Is there some benefit in the following assembly commands?

What's difference between number with $ or without $ symbol in at&t assembly syntax?

Convert string to int. x86 32 bit Assembler using Nasm

assembly x86 integer nasm

Value in Carry Flag

assembly x86 masm

ASM space optimization: EAX vs EBX

What to do in interrupt handler for divide by zero?

Why does GCC put a no-op push/pop when using int foo asm("ebx") to pin a var to a register?

c gcc assembly x86

Locks around memory manipulation via inline assembly

c assembly x86 locking spinlock

What does ASSUME mean in assembler?

Need some explanations about LEAVE instruction in assembly language

assembly x86

What are the x86 instructions that affect ESP as a side effect?

inlining failed in call to always_inline '__m256d _mm256_broadcast_sd(const double*)'

c++ gcc x86 intrinsics avx

CPU spatial cache locality in array iteration

Conflicting signs in x86 assembly: movsx then unsigned compare/branch?

Counting elements "less than x" in an array