Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

The x86 disassembly for C code generates: orq $0x0, %(rsp)

c assembly gcc x86-64 callstack

Reading SSE registers (XMM, YMM) in a signal handler

Efficient UTF-8 character-length decoding for a non-zero character in a 32 bit register

Compute (a*b)%n FAST for 64-bit unsigned arguments in C(++) on x86-64 platforms?

c++ c visual-c++ x86-64 128-bit

Advantage of using LEA over MOV for passing parameters in Assembly compiled from C++

Why is the __stdcall calling convention ignored in x64?

Why RBP instead of another register as a frame pointer?

Performance of duplicating vs deduplicating identical conditional code in loops

Why does this assembly implementation of strcmp behave unexpectedly?

c assembly x86 x86-64 strcmp

GCC access memory above stack top [duplicate]

assembly gcc x86-64 sse red-zone

insmod: ERROR: could not insert module rtl8723be.ko: Unknown symbol in module

How to ensure that RDTSC is accurate?

x86 x86-64 cpuid rdtsc

Using printf in assembly leads to empty output when piping, but works on the terminal

Can we use x86_64 CPU atomics to generate on PCI Express the compound atomic operations?

Relation of endianness to assembly conversion of size in C

c assembly x86-64 endianness

How do I call a global C function pointer in NASM without warnings?

Unexpectedly slow performance on moving from register to frequently accessed variable

c assembly caching x86-64 perf

Why is (V)SHUFPS not in Intel's constant time instruction list?

Can I make shared library constructors execute before relocations?

AT&T syntax hello world works but intel syntax does not