mirror of
https://github.com/azur1s/bobbylisp.git
synced 2024-10-16 02:37:40 -05:00
14 lines
211 B
Plaintext
14 lines
211 B
Plaintext
|
1: STORE r1 $true
|
||
|
2: JUMP_IF_FALSE r1 9
|
||
|
3: STORE r2 $34
|
||
|
4: STORE r3 $35
|
||
|
5: IADD r2 r3 r4
|
||
|
6: STORE r5 $1
|
||
|
7: CALL r5 r4
|
||
|
8: JUMP 12
|
||
|
9: STORE r6 $"False"
|
||
|
10: STORE r7 $1
|
||
|
11: CALL r7 r6
|
||
|
12: STORE r8 $0
|
||
|
13: RETURN r8
|