Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in low-level

What happens when different CPU cores write to the same RAM address without synchronization?

Why is a function call, rather than variable addresses, used to detect stack growth direction?

c++ c stack low-level

How to detect disassociation by AP reboot within station in PS mode

wifi low-level power-saving

Computing 8 horizontal sums of eight AVX single-precision floating-point vectors

Real-Mode x86 ASM: How are the Basics Done?

x86 equivalent for LWARX and STWCX

How CPUs implement Instructions like MUL/MULT?

How does a compiler compile a compiler?

iPhone iOS4 low-level camera control?

iphone camera ios4 low-level

Real low level sound generation in C#?

c# audio wav low-level

What's inside the stack?

c x86 stack low-level

How does a computer draw the screen?

Are there fixed size integers in GCC?

c gcc portability low-level

How is Object.GetHashCode() implemented in CLR & JVM?

mono jvm clr low-level

Where can I find a reference for what every bit of the CorFlags value means?

I want to create a simple assembler in C. Where should I begin? [duplicate]

c assembly x86 x86-64 low-level

What's the point of cache coherency?

Bit hacking and modulo operation

Use case for low-level os.open, os.fdopen, and friends?

python io low-level

Instruction Level Profiling: The Meaning of the Instruction Pointer?