Skip to content

Instantly share code, notes, and snippets.

@erik
Created August 15, 2010 18:37
Show Gist options
  • Save erik/525797 to your computer and use it in GitHub Desktop.
Save erik/525797 to your computer and use it in GitHub Desktop.
~/Programming/C/bijou$ ./bijouc sample/function.s && ./bijou -d b.out
; block at: 0x8727198, (level 0)
; 1 registers
; constants (2)
0: (number) 0.000000
1: (null) NULL
; locals (0)
; upvals (0)
; code section (2 instructions)
loadk 0 0 ; R[0] = K[0]
return 0
; functions (1 definitions)
; block at: 0x8727370, (level 1)
; 1 registers
; constants (1)
0: (number) 42.000000
; locals (0)
; upvals (0)
; code section (2 instructions)
loadk 0 0 ; R[0] = K[0]
return 0
; functions (0 definitions)
Interpret returned: 0.000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment