progs/example1a.s
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Mon, 05 Oct 2015 20:42:11 +0100
changeset 395 60f64793266f
child 396 2f4296a0ab21
permissions -rw-r--r--
added assembly programs

_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