Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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?

Win32 EXCEPTION_INT_OVERFLOW vs EXCEPTION_INT_DIVIDE_BY_ZERO

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

x86 emulation assembly

Hardware performance counter APIs for Windows

Stack alignment on x86

linux gcc x86 sse

LOCK prefix vs MESI protocol?

Optimize for fast multiplication but slow addition: FMA and doubledouble

Why is a function executed from the same memory address each time?

Passing a pointer to an assembly function

assembly x86 att

order for encoding x86 instruction prefix bytes

assembly x86

X86 instructions to power off computer in real mode?

assembly x86 dos intel

Cache-as-Ram (no fill mode) Executable Code

Why gcc autovectorization does not work on convolution matrix biger than 3x3?

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

Running code on different processor (x86 assembly)

Real mode BIOS routine and Protected Mode

How to use libelf to generate an ELF file for my own compiler?

c file assembly x86 elf

Relation between bytecode instructions and processor operations