mirror of
https://github.com/azur1s/bobbylisp.git
synced 2024-10-16 02:37:40 -05:00
8 lines
92 B
Plaintext
8 lines
92 B
Plaintext
STORE r1 $345
|
|
STORE r2 $345
|
|
IADD r1 r2 r3
|
|
STORE r4 $10
|
|
IDIV r3 r4 r5
|
|
STORE r6 $1
|
|
CALL r6 r5
|