Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Fastest way to set highest order bit of rax register to lowest order bit in rdx register

Is resb 2 equivalent to resw 1?

assembly x86-64 nasm

First use of AVX 256-bit vectors slows down 128-bit vector and AVX scalar ops

assembly x86-64 sse simd avx

Questions about APIC interrupt

Why Assembly x86_64 syscall parameters are not in alphabetical order like i386

Speeding up a bit test operation by using assembly

NASM should I pop function argument after calling a function?

How does one opcode byte decode to different instructions depending on the "register/opcode" field? What is that? [duplicate]

Assembly call to printf - different behavior on WSL and standalone Ubuntu 18.04 64bit

What happens when you execute an instruction that your CPU does not support?

linux x86-64 avx

Why do i get `** stack smashing detected **` error?

c++ assembly x86-64

What does fs:0x30 provide in Linux?

What is the "sub $16, %rsp" instruction being used for?

Why can't we move directly 1 byte from stack's frame to register?

Why does this simple assembly program work in AT&T syntax but not Intel syntax?

linux gcc assembly clang x86-64

Missing instruction `_mm_crc32_u64` when installing clickhouse-cityhash on OSX 10.14.5

Memory argument of VMOVDQU partially out of allocated range

Are there performance advantages of 32 bit apps over 64 bit ones, on x86-64?

Returning a struct in SystemV ABI

Is there any way to save registers before jumping into function?