Skip to content

Instantly share code, notes, and snippets.

@cboin
Created July 31, 2018 17:55
Show Gist options
  • Save cboin/e56f86042825bab417154f586b521306 to your computer and use it in GitHub Desktop.
Save cboin/e56f86042825bab417154f586b521306 to your computer and use it in GitHub Desktop.
08048080 <_start>:
 8048080:       b8 04 00 00 00          mov    $0x4,%eax
 8048085:       bb 01 00 00 00          mov    $0x1,%ebx
 804808a:       b9 70 91 04 08          mov    $0x8049170,%ecx
 804808f:       ba 07 00 00 00          mov    $0x7,%edx
 8048094:       cd 80                   int    $0x80
 8048096:       b8 03 00 00 00          mov    $0x3,%eax
 804809b:       bb 00 00 00 00          mov    $0x0,%ebx
 80480a0:       b9 a8 91 04 08          mov    $0x80491a8,%ecx
 80480a5:       ba 0b 00 00 00          mov    $0xb,%edx
 80480aa:       cd 80                   int    $0x80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment