Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Select unique/deduplication in SSE/AVX

algorithm assembly sse simd avx

MOVSD performance depends on arguments

Combining prefixes in SSE

What is my compiler doing? (optimizing memcpy)

Assembly Analysis Tools

Assembly language programming hints and tips [closed]

assembly x86 nasm

Code a simple thread with C and assembly

c assembly x86-64

Getting a compiler to generate adc instruction

Two's complement of long integer

How does the NEG instruction affect the flags on x86?

How to use processor instructions in C++ to implement fast arithmetic operations

Which x86 instruction has a 10-byte immediate?

What causes this high variability in cycles for a simple tight loop with -O0 but not -O3, on a Cortex-A72?

GCC codegen: What does pthread_create_key() have to do with std::shared_ptr copying?

Help Writing TSR Program(s) in NASM Assembly for DOS

assembly dos nasm interrupt tsr

"Art of Exploitation" disassembly example isn't the same (C code) [duplicate]

c assembly disassembly

with RIP-addressing, why x86-64 still need relocations?

Arm Assembly - Calling function with more than 4 arguments

assembly stack arm disassembly

Outputting integers in assembly on Linux

assembly x86 nasm

Why dont use the AVX Registers as a ultra fast cache?