Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Making assembly function inline in x64 Visual Studio

c visual-studio x86-64 masm

get unsigned long long addition carry

Why is there no "sub rsp" instruction in this function prologue and why are function parameters stored at negative rbp offsets?

What specifically marks an x86 cache line as dirty - any write, or is an explicit change required?

ERROR: ld.so: object 'getpid.so' from LD_PRELOAD cannot be preloaded: ignored

c linux dynamic x86-64

What is the ".s" suffix in x86 instructions?

assembly x86 x86-64 att

Using SIMD on amd64, when is it better to use more instructions vs. loading from memory?

I want to create a simple assembler in C. Where should I begin? [duplicate]

c assembly x86 x86-64 low-level

What are the exhaustion characteristics of RDRAND on Ivy Bridge?

assembly x86 x86-64 intel rdrand

x64 instruction encoding and the ModRM byte

Using SSE instructions with gcc without inline assembly

c x86-64 sse simd intrinsics

Signed saturated add of 64-bit ints?

Why is (or isn't?) SFENCE + LFENCE equivalent to MFENCE?

C to assembly call convention 32bit vs 64bit

c linux assembly x86 x86-64 intel

How to check for GPU on CentOS Linux

c linux gpu x86-64 gpgpu

Interrupt routing for PCIe slot directly connected to the CPUs

What prevents the usage of a function argument as hidden pointer?

x86_64 calling conventions and stack frames

Can you enter x64 32-bit "long compatibility sub-mode" outside of kernel mode?

Why does x86 nopl instruction take an operand? [duplicate]