Skip to content

Instantly share code, notes, and snippets.

@jonasschneider
Last active January 1, 2016 22:28
Show Gist options
  • Save jonasschneider/8209762 to your computer and use it in GitHub Desktop.
Save jonasschneider/8209762 to your computer and use it in GitHub Desktop.
.globl _main
_main:
mov $0x0e, %ah
mov 'a', %al
int $0x10
jmp _main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment