Created
April 7, 2017 15:39
-
-
Save b4284/ed6d01ab32e3ceadc4e72bb9c866d574 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
| .text | |
| .globl _start | |
| _start: | |
| mov $1, %eax | |
| mov $5, %ebx | |
| int $0x80 | |
| # as -o /tmp/hello.o hello.s && ld -o /tmp/hello /tmp/hello.o |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment