Removed redundant check
This commit is contained in:
parent
17edfceec3
commit
74d27ad6dd
@ -5,13 +5,11 @@ alias occupied r0
|
|||||||
alias input_class r1
|
alias input_class r1
|
||||||
alias is_class r2
|
alias is_class r2
|
||||||
alias sorter_counter r3
|
alias sorter_counter r3
|
||||||
alias is_ready r4
|
|
||||||
|
|
||||||
move sorter_counter 0
|
move sorter_counter 0
|
||||||
|
|
||||||
define ITEMCLASS 19 # 10=ores, 19=ingots, 33=wrekage
|
define ITEMCLASS 19 # 10=ores, 19=ingots, 33=wrekage
|
||||||
define INPUTSLOT 0 # sorter input-slot
|
define INPUTSLOT 0 # sorter input-slot
|
||||||
define OUTPUTCYCLE -1
|
|
||||||
|
|
||||||
start:
|
start:
|
||||||
jal sort
|
jal sort
|
||||||
@ -22,8 +20,6 @@ j start
|
|||||||
sort:
|
sort:
|
||||||
bdns dr3 ra
|
bdns dr3 ra
|
||||||
s dr3 Mode 2 # set sorter to IC mode
|
s dr3 Mode 2 # set sorter to IC mode
|
||||||
l is_ready dr3 Output
|
|
||||||
bgt is_ready OUTPUTCYCLE start
|
|
||||||
ls occupied dr3 INPUTSLOT Occupied # check if anything to sort
|
ls occupied dr3 INPUTSLOT Occupied # check if anything to sort
|
||||||
beqz occupied ra
|
beqz occupied ra
|
||||||
ls input_class dr3 INPUTSLOT Class
|
ls input_class dr3 INPUTSLOT Class
|
||||||
|
Loading…
Reference in New Issue
Block a user