Skip to content

Instantly share code, notes, and snippets.

@madx
Created May 9, 2010 16:27
Show Gist options
  • Save madx/395256 to your computer and use it in GitHub Desktop.
Save madx/395256 to your computer and use it in GitHub Desktop.
080495b0 <sgf_remove>:
80495b0: 55 push %ebp
80495b1: 89 e5 mov %esp,%ebp
80495b3: 81 ec 98 00 00 00 sub $0x98,%esp
80495b9: 8d 85 78 ff ff ff lea -0x88(%ebp),%eax
80495bf: 89 44 24 04 mov %eax,0x4(%esp)
80495c3: 8b 45 08 mov 0x8(%ebp),%eax
80495c6: 89 04 24 mov %eax,(%esp)
80495c9: e8 6e f4 ff ff call 8048a3c <read_block>
80495ce: c7 44 24 04 ff ff ff movl $0xffffffff,0x4(%esp)
80495d5: ff
80495d6: 8b 45 08 mov 0x8(%ebp),%eax
80495d9: 89 04 24 mov %eax,(%esp)
80495dc: e8 96 fa ff ff call 8049077 <set_fat>
80495e1: 8b 85 7c ff ff ff mov -0x84(%ebp),%eax
80495e7: 89 45 f8 mov %eax,-0x8(%ebp)
80495ea: eb 27 jmp 8049613 <sgf_remove+0x63>
80495ec: 8b 45 f8 mov -0x8(%ebp),%eax
80495ef: 89 04 24 mov %eax,(%esp)
80495f2: e8 36 fa ff ff call 804902d <get_fat>
80495f7: 89 45 fc mov %eax,-0x4(%ebp)
80495fa: c7 44 24 04 ff ff ff movl $0xffffffff,0x4(%esp)
8049601: ff
8049602: 8b 45 f8 mov -0x8(%ebp),%eax
8049605: 89 04 24 mov %eax,(%esp)
8049608: e8 6a fa ff ff call 8049077 <set_fat>
804960d: 8b 45 fc mov -0x4(%ebp),%eax
8049610: 89 45 f8 mov %eax,-0x8(%ebp)
8049613: 83 7d f8 fc cmpl $0xfffffffc,-0x8(%ebp)
8049617: 75 d3 jne 80495ec <sgf_remove+0x3c>
8049619: c9 leave
804961a: c3 ret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment