--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/progs/example1a.s Mon Oct 05 20:42:11 2015 +0100
@@ -0,0 +1,10 @@
+_main:
+ push %ebp
+ mov %esp,%ebp
+ sub %0xc,%esp
+ movl $0x3,0x8(%esp)
+ movl $0x2,0x4(%esp)
+ movl $0x1,(%esp)
+ call 0x8048394 <foo>
+ leave
+ ret
\ No newline at end of file