Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in intel

OS X - x64: stack not 16 byte aligned error

intel

How to index through a string in assembly

intel

What is the semantics for Super Queue and Line Fill buffers?

Extract bits with SIMD

Self-modifying code sees a 0xCC byte but the debugger doesn't show it?

Linux x86 NASM - Subroutine: Print a dword from EAX [duplicate]

linux assembly x86 nasm intel

How do modern cpus handle crosspage unaligned access?

How does Linux support more than 512GB of virtual address range in x86-64?

Purpose of self-IPI on IA-32

x86 kernel interrupt osdev intel

Speedup a short to float cast?

intel

missing required architecture x86_64

Intel Inspector reports a data race in my spinlock implementation

Porting low-level x86 optimized code to the ARM Cortex-A8 architecture

x86 arm intel

How to load a pixel struct into an SSE register?

c pixel x86-64 sse intrinsics intel

clang (LLVM) inline assembly - multiple constraints with useless spills / reloads

What exactly does _malloc do in assembly?

Why does int 3 generate a SIGSEGV in 64-bit instead of stopping the debugger?

Difference between MOVDQA and MOVAPS x86 instructions?

assembly x86 sse simd mov intel

How to write a disassembler? [closed]

x86 disassembly intel