Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

What is the kernel timer system and how is it related to the scheduler?

Understanding stack alignment enforcement

intel

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 can I make my VS2008 x86 installer install x64 assemblies on x64?

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

How to load a pixel struct into an SSE register?

c pixel x86-64 sse intrinsics intel

GCC inline assembler, mixing register sizes (x86)

What exactly does _malloc do in assembly?

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

How to write a disassembler? [closed]

x86 disassembly intel