Skip to content

Instantly share code, notes, and snippets.

@pawlos
Created January 16, 2017 16:59
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 pawlos/60a3934f9b90bcef26fbd9fa546f6fac to your computer and use it in GitHub Desktop.
Save pawlos/60a3934f9b90bcef26fbd9fa546f6fac to your computer and use it in GitHub Desktop.
LuaJIT bytecode
print "Hello world"
-- BYTECODE -- stdin:0-2
0001 GGET 0 0 ; "print"
0002 KSTR 1 1 ; "Hello world"
0003 CALL 0 1 2
0004 RET0 0 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment