Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Have anyone tried to break a bit even smaller? [closed]

main() sometimes keeps frame pointer with -fomit-frame-pointer on x86

c gcc assembly x86 x86-64

Fastest computation of sum x^5 + x^4 + x^3...+x^0 (Bitwise possible ?) with x=16

c math optimization assembly hpc

What happens to lost interrupts after cli on x86?

Assigning literal value to local variable in LLVM IR

How does setting the PE flag in CR0 enable protected mode?

Understanding number of loads and stores retired in a x86 micro-benchmark

c gcc assembly x86 perf

What is the compatible subset of Intel's and AMD's x86-64 implementations?

assembly x86 x86-64

The Definitive Assembly Book Guide and List [closed]

assembly

Writing bootsector in C: prevent generating stack pointer initialization

c gcc assembly gnu-assembler mbr

nasm/ld "relocation truncated to fit: R_386_16"

How does one link NASM program to libc via ld?

linux assembly nasm

Must CPU have an accumulator?

performance assembly cpu

In the CDECL calling convention, can I reuse the arguments I pushed onto the stack?

gcc assembly cdecl

Making g++ use SHLD/SHRD instructions

How to split an XMM 128-bit register into two 64-bit integer registers?

assembly x86 sse

What does "MOVOU" mean in golang assembly

assembly go x86

Isn't 07C0:0000, the same physical address on x86 machines as 0000:7C00?

Why does TZCNT work for my Sandy Bridge processor?

assembly x86 x86-64

Confused about data alignment for double variables

assembly x86