Advertisement
harraps

BrainFuck in BrainFuck

Jan 3rd, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # 42 in c0
  2. # 60 in c1
  3.  >> +++ +++        6 in c2
  4. [ << +++ +++ +      7
  5.  >  +++ +++ +++ + 10
  6.  > - ] << end at c0
  7.  
  8. # 42 in c2;c3;c4
  9. # 84 in c7;c8
  10. [ >> + > + > + >>> ++ > ++ <<<<<<<< - ]
  11.  
  12. # 60 in c5;c6
  13. > [ >>>> + > + <<<<< - ]
  14.  
  15. > +    c2 : plus
  16. > +++  c3 : minus
  17. > ++++ c4 : dot
  18. >      c5 : left
  19. > ++   c6 : right
  20.  
  21. >>>> move to c10
  22.  
  23. # 9 in c9
  24. +++
  25. [ < +++ > - ]
  26.  
  27. # add 9 to c7;c8
  28. < [ << + > + > - ]
  29. << -- : open bracket in c7
  30.  
  31. <<<<< move to c2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement