progs/example1b.s
changeset 395 60f64793266f
child 396 2f4296a0ab21
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/progs/example1b.s	Mon Oct 05 20:42:11 2015 +0100
@@ -0,0 +1,11 @@
+_foo:   
+  push    %ebp
+  mov     %esp,%ebp
+  sub     $0x10,%esp
+  movl    $0x64636261,-0x6(%ebp)
+  movw    $0x65,-0x2(%ebp)
+  movl    $0x34333231,-0x10(%ebp)
+  movl    $0x38373635,-0xc(%ebp)
+  movw    $0x39,-0x8(%ebp)
+  leave
+  ret
\ No newline at end of file