Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

C++ inline assembly (Intel compiler): LEA and MOV behaving differently in Windows and Linux

c++ c linux assembly intel

Keep target address of load in register until instruction is retired

What does %P stand for in gcc inline assembly

assembly

Performance of "conditional call" on amd64

Mips: Computing the sum of two inputs

assembly mips

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