Skip to content

Instantly share code, notes, and snippets.

@antonijn
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonijn/9118372 to your computer and use it in GitHub Desktop.
Save antonijn/9118372 to your computer and use it in GitHub Desktop.
hello
start:
load 5
ldip
add
jmp8 .0
raw64 13
raw "Hello, world!"
.0:
sys 1
retv
main:
load 7
ldip
add
push64
jmp8 .0
raw "Hello, world!\00"
.0:
call printf
load 8
addsp
load 0
ret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment