Recent posts

Stack Overflow

1 minute read

This function resembles a Fibonacci recurrence, but lacks a base case.

Program Memory

5 minute read

Operating systems use virtual memory to allow processes to work as if they have the full addressable space, even if physical RAM is smaller. Memory...

Memory Addressing

6 minute read

How a CPU’s architecture determines the size of its memory space, how memory addresses work at the byte level, and how these addresses are represented in ...