Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

AVX-512 Instruction Encoding - {er} Meaning

assembly x86 avx avx512

How to read Assembly Opcode Reference?

inline asm: operand type mismatch for 'out'

How to tell the GNU assembler to warn when using undefined labels?

Does the flag register need to be saved when an interrupt occurs, or a process scheduling happens?

What is the difference between assembly language of x86 and x64 architecture?

assembly x86 x86-64

Is it possible to make writeable variables in .text segment using DB directive in NASM?

windows assembly x86 nasm

Why does calling the C abort() function from an x86_64 assembly function lead to segmentation fault (SIGSEGV) instead of an abort signal?

How to prepare stack pointer for bare metal Rust?

Preventing of Out of Thin Air values with a memory barrier in C++

Why is SIMD slower than scalar counterpart

assembly x86 sse simd

How to exchange between 2 bits in a 1-byte number

CVTTSD2SI - a truncating instruction - uses rounding with "inexact" results?

How are control flow graphs built in cases where the jump destination is based on a dynamic environment value?

intrinsic for the mulx instruction

gcc x86 intrinsics icc bmi

ELF label address

x86 Assembly Add operands with different sizes

assembly x86

How to store 4 32 bit floats into one 128 bit xmm register?

assembly x86 x86-64 sse simd

warning: label alone on a line without a colon might be in error

assembly x86 nasm