Skip to content

Instantly share code, notes, and snippets.

@erik
Created August 9, 2010 00:35
Show Gist options
  • Save erik/514744 to your computer and use it in GitHub Desktop.
Save erik/514744 to your computer and use it in GitHub Desktop.
; block at: 0x885f028
; 20 registers
; constants (3)
0: (number) 1.000000
1: (number) 2.000000
2: (bool) false
; strings (2)
0: "a string"
1: "another string"
; locals (3)
0: (number) 12.000000
1: (number) 15.000000
2: (bool) false
; upvals (0)
; code section (2 instructions)
add 0 256 257 ; R[0] = RK[256] + RK[257]
return 0
Interpret returned: 3.000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment