1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-10-16 02:37:40 -05:00

refactor: remove unused

This commit is contained in:
Natapat Samutpong 2022-01-26 09:13:54 +07:00
parent 5a65ee2fc7
commit c3491e3508

View file

@ -1,7 +0,0 @@
STORE r1 $345
STORE r2 $345
IADD r1 r2 r3
STORE r4 $10
IDIV r3 r4 r5
STORE r6 $1
CALL r6 r5