Feeds:
Posts
Comments

Archive for August, 2011

This writing is to demonstrate how to pass many values to a function. As the nature of stack, the last data come in will be the first data coming out. Therefore, the pushing data will be based on this order, as demonstrated in the following codes. #include <stdio.h> int foo(int a, int b) { return [...]

Read Full Post »

In the recent few weeks, I have started learning how to incorporate assembly code to C code. Some examples of those can be found easily over internet, but only a few of them provide a fully working inline assembly code when I tried to execute the code in my compiler. So this writing is sort [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.