Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Are different mmx, sse and avx versions complementary or supersets of each other?

x86 sse avx mmx

Some x86 ASM Reference/Tutorials? [closed]

reference x86 assembly

SSE instructions: which CPUs can do atomic 16B memory operations?

What's missing/sub-optimal in this memcpy implementation?

c optimization x86 simd avx

Do Intel and AMD processor have the same assembler?

What are near, far and huge pointers?

c++ c pointers x86 x86-16

Reading program counter directly

Does my AMD-based machine use little endian or big endian?

Base pointer and stack pointer

Developing an operating system for the x86 architecture [closed]

operating-system x86 osdev

What is the 0x10 in the "leal 0x10(%ebx), %eax" x86 assembly instruction?

assembly x86 instructions

How to: pow(real, real) in x86

x86 assembly pow

Is there a way to get gcc to output raw binary?

x86_64 ASM - maximum bytes for an instruction?

c assembly x86 64-bit x86-64

Order of local variable allocation on the stack

c memory gcc x86 stack

x86 LOCK question on multi-core CPUs

Basic use of immediates vs. square brackets in YASM/NASM x86 assembly

What causes page faults?

windows x86 paging x86-64

Why is floor() so slow?

What is the use of "push %ebp; movl %esp, %ebp" generated by GCC for x86?

gcc assembly x86