ICFP Contest 2006
Team: Abstraction Anonymous

balance_pubs.txt

Download

  1. p_stop = [
  2. (I.physics 1),
  3. tight_loop,
  4. ]
  5.  
  6. stop: 4 cycles
  7. BLNCE.STP=10@1300|bf946ffed8b1497abcbdda2f7796327 (sent)
  8.  
  9. stop1: 4 cycles
  10. BLNCE.ST1=10@1300|732ca4f93d235155c3e871c39a4df42 (sent)
  11.  
  12.  
  13. p_stop = [
  14. (I.physics 16),
  15. tight_loop,
  16. ]
  17.  
  18. stop: 2 cycles
  19. BLNCE.STP=10@1300|bf946ffed8b1497abcbdda2f7796327 (same as above)
  20.  
  21.  
  22. p_stop127 = [
  23. (I.physics 1),
  24. tight_loop,
  25. ]
  26.  
  27. stop127: about 254 cycles? (5 - 20 pts possible)
  28. BLNCE.S27=20@1300|edd46d1355ccea8534e72cb6f00c25b (sent)
  29.  
  30. stop128: about 256 cycles? (5 - 15 pts possible)
  31. BLNCE.S28=15@1300|6ebeb389ab57f1947cedc03f4c5adcd (sent)
  32.  
  33.  
  34. p_swapreg = [
  35. (I.physics 1),
  36. (I.physics 19),
  37. tight_loop,
  38. ]
  39.  
  40. swapreg: (5 - 50 pts possible)
  41. BLNCE.SWR=50@1300|de0b16ea54acf30c57d9fd413b53fc6 (sent, I think)
  42.  
  43. p_swapreg2 = [
  44. (I.physics 1),
  45. (I.physics 1),
  46. (I.physics 31),
  47. (I.physics 7),
  48. tight_loop,
  49. ]
  50.  
  51. swapreg2: (10 - 50 pts possible)
  52. BLNCE.SR2=50@1300|53fd6ec37b8a7b8ad770cf734a2f19d (sent)
  53.  
  54. p_addmem2 = [ # doesn't actually solve addmem2, but solves addmem
  55. (I.physics 2),
  56. (I.physics 28),
  57. (I.math 0, 0, 3),
  58. tight_loop,
  59. ]
  60.  
  61. addmem: (5 - 40 pts possible)
  62. BLNCE.AMM=40@1300|1095b3e413bae3b363a851dac192dac (sent)
  63.  
  64. p_addmem2 = [
  65. (I.physics 2),
  66. (I.physics 28),
  67. (I.physics 1),
  68. (I.physics 28),
  69. (I.math 0, 2, 3),
  70. tight_loop,
  71. ]
  72.  
  73. addmem2: (10 - 50 pts possible)
  74. BLNCE.AM2=48@1300|0b8a1988e1bc0a131ef95208ce1775d (sent)
  75.  
  76.  

Hell is other programming languages. -- Sartran
Hell is that programming language! -- Dan
Ordinarily, one would enrich this language with more powerful means of computation. Instead I take a different tack... -- Harmonious Monk