spitewaste 0.1.002 → 0.1.007

Sign up to get free protection for your applications and to get access to all the features.
Binary file
@@ -1,5 +0,0 @@
1
- main: push 6 call factorial onum exit
2
- factorial: push 1 swap call range dup dup dup push 2 sub jn reduce_done_a pop push -9 swap push 1 sub store
3
- reduce_loop_a: mul push -9 dup load push 1 sub dup jz reduce_done_a store jump reduce_loop_a
4
- reduce_done_a: pop pop ret
5
- range: copy 1 push 1 add swap copy 1 copy 1 sub jn range pop ret