bendns' repos
/
mindus
mindustry logic execution, map- and schematic- parsing and rendering
fc908dd
mindus
/ lemu/speed.mlog
Raw
1
2
3
4
5
6
7
set n 10000000 loop: jump ret lessThanEq n 0 op sub n n 1 jump loop always ret: end