Created
March 25, 2015 11:49
-
-
Save shigemk2/098063082ace0791ae86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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