Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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

Conditional jump instructions in MSROM procedures?

What’s the difference between eax ebx ecx in assembly

assembly x86 cpu-registers

Setting root-only permissions on /dev files and build binary

linux bash x86 setuid msr

How to detect if the computer is 32-bit or 64-bit?

vba x86 x86-64

What does sys_break do?

c linux gcc x86 system-calls

SSE Loading & Adding

c x86 sse simd intrinsics