Skip to content

Instantly share code, notes, and snippets.

@shigemk2
Created March 25, 2015 11:49
Show Gist options
  • Select an option

  • Save shigemk2/098063082ace0791ae86 to your computer and use it in GitHub Desktop.

Select an option

Save shigemk2/098063082ace0791ae86 to your computer and use it in GitHub Desktop.
a.out: file format elf32-bigmips
Disassembly of section .text:
00400018 <use_stack>:
int use_stack()
{
int a = 0xfe;
int b = 0xff;
return a + b;
}
400018: 03e00008 jr ra
40001c: 240201fd li v0,509
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment