Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Difference between label and fuction in assembly - Intel syntax

assembly x86

How to load 16 x 8 bit integer using SSE2

x86 sse simd sse2

Does AVX support imply BMI1 support?

assembly x86 64-bit avx bmi

What's the difference between `lodsl` and `movl (%esi), %eax; addl $4, %esi`?

assembly x86 i386

implementing memset in assembly x86

Why is the adressspace increased from 32 to 36 bits with PAE

Why do I see 64-bit pointers in C++ on my 32-bit Mac OS X system?

c++ macos pointers x86

SHR with only one operand

assembly x86

LOCK CMPXCHG on non-cached memory?

assembly x86 x86-64

How to keep atomicity when contex switching in the kernel mode?

what is fs:[register+value] meaning in assembly?

windows assembly x86 nasm

Assembly Language Random Number Generator

assembly random x86 numbers prng

Get total avaiable RAM from the GRUB2 multiboot info structure

x86 kernel i386 grub2

volatile increments with false sharing run slower in release than in debug when 2 threads are sharing the same physical core

How are oversized struct returned on the stack?

Is the if-branch faster than the else branch?

Why doesn't bitwise NOT affect the ZF bit or any other FLAGS?

when can I use * in assembly language?

assembly x86