Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What's the difference between puts and printf in C compiled into Assembly language

c gcc assembly

Is the PADDD instruction actually supported by MMX, even though it's missing from Intel's manual?

assembly x86 mmx

Does Skylake need vzeroupper for turbo clocks to recover after a 512-bit instruction that only reads a ZMM register, writing a k mask?

Relocatable symbols in ELF format (assembly language)

assembly gnu elf

Win32 EXCEPTION_INT_OVERFLOW vs EXCEPTION_INT_DIVIDE_BY_ZERO

Free IDE + assembler + software emulator for x86 (MASM) assembly? [closed]

x86 emulation assembly

Effects of removing all symbol table and relocation information from an executable?

linux gcc assembly executable

Is it possible to optimize a compiled binary?

Optimize for fast multiplication but slow addition: FMA and doubledouble

Passing a pointer to an assembly function

assembly x86 att

order for encoding x86 instruction prefix bytes

assembly x86

SIGSEGV in optimized version of code

Why doesn't MS-DOS initialize the DS and ES registers?

assembly dos intel masm x86-16

How to multiply two quaternions with minimal instructions?

X86 instructions to power off computer in real mode?

assembly x86 dos intel

Where is the load barrier for the volatile statement?

What is the purpose of xorps on the same register?

c++ assembly

while(i--) optimization by gcc and clang: why don't they use sub / jnc?

c performance gcc assembly x86

Does vzeroall zero registers ymm16 to ymm31?

assembly x86 intel avx avx512

Is L2 HW prefetcher really helpful?