# Chapter five: The Empire points back
Today, we will be talking about one of the most loved/feared C features.
That's right: `pointers` (As defined...
Whether it be for a computer systems class or just for fun, programming in assembly can be a powerful tool in understanding C programs and computer ar...
If you want a guess a number game, (to the ten thousands). Then this post is for you! This relies on an __asm__() command called "rdtsc". Which is use...
Pointers in C are powerful and confusing at the same time. As we can point a pointer to structs, strings or arrays, we can point to function too.
__S...