homeBlog | Tags | Archives | Projects | Stats | Contact

Plenty of Room, Part II

Nov 09, 2009

no comments
Popularity:

As stated earlier, tiny intros written in assembly language fascinate me. I have written a few in x86 assembly language, here’s one of them. I have tried to make the inner workings of the program as accessible — or, at least as thought-provoking — as possible even if assembly wasn’t their weapon of choice.

Read more...

Pointers? Pointers.

Mar 09, 2008

no comments
Popularity:

This is my attempt at demystifying pointers, a very useful concept available in C, C++ and other programming languages that do not lack balls. This is a living tutorial, i.e. you can suggest things and I’ll make it better. I’m all for a good pointer tutorial.

Read more...