Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to set MMX registers in a Windows exception handler to emulate unsupported 3DNow! instructions

linux kernel development

linux assembly kernel

Why does arm-gcc decrement/increment the stack pointer even when the stack is never accessed?

gcc assembly arm neon

Correct way to wrap CMPXCHG8B in GCC inline assembly, 32 bits

MAC OSX Intel LLVM Assembler bug (causes Vorbis OGG loader to crash)

macos assembly llvm intel vorbis

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