;redcode verbose ;name Binary Tree ;author Ray Cromwell ;strategy Spawn off two copies of itself at ;strategy dest+epsilon and dest-epsilon, then epsilon=epsilon/2 ;strategy as a result, the distribution through the core is maximized. ;assert 1 dest1 dat #0,#0 dest2 dat #0,#0 size dat #tbl-dest1,#tbl-dest1 ;size of prog start mov #0,dest1 ;zero dest1,dest2 mov #0,dest2 add @ptr,dest1 ;dest1+offset sub @ptr,dest2 ;dest2-offset djn 1,ptr ;decrement ptr to offset table mov size,dest1-1 ;move copy size djn 1,size ;decrement size mov @dest1-1,