After reading through some of
Programming from the Ground Up, I can't help but notice that the author uses 'movl'. In the
Tajga Tutorial, the author uses 'mov'. What does the 'l' stand for and is there a difference between the two instructions? In
this wikibook page, it shows some other mov's with different endings, but not the one with the 'l' even though it uses it in it's sample. Is the 'movl' instruction specific to GAS?