Submitted by Mi-K on Tuesday, March 22, 2011 - 10:05am
Maybe you sometimes asked yourself how to find a part of a code inside all your files.
But how to find this part of code?
We can use the grep user command to display this part of a code.
Submitted by Mi-K on Friday, March 18, 2011 - 6:07pm
In this tutorial, we are going to see how to create an executable from an assembly file.
The following example uses a 32-bit version of Ubuntu.
Notice that the version is important when you compiling your assembly file.
It is the same for the linkage operation.