Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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

ASM - What is "%" used for?

assembly x86 att

Flipping endianness in gdb?

assembly x86 gdb endianness

Simplest possible architecture that can be virtualized and run the Linux kernel

x86 assembly - how to use Windows API _WriteConsole@4 - masm32 syntax

winapi assembly x86 masm masm32

Can gcc compile x86 assembly or just link it?

assembly gcc x86

Fastest inline-assembly spinlock

How many bytes does the push instruction push onto the stack when I don't specify the operand size?

Efficiently dividing unsigned value by a power of two, rounding up

How to move (up to) 16 single bytes into an XMM register?

assembly x86 intel sse simd