Skip to content

Instantly share code, notes, and snippets.

@7shi
Created September 24, 2012 15:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 7shi/3776437 to your computer and use it in GitHub Desktop.
Save 7shi/3776437 to your computer and use it in GitHub Desktop.
UNIX V6のアセンブラ版ハローワールド
mov $1, r0
sys write
hello
6
mov $0, r0
sys exit
.data
hello: <hello\n>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment