Advertisement
bf17

initialize

Mar 26th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017
  2. 000 sp : | # - + _ lf \ ) / ( [ ] { } ,
  3. 032 058 124 035 045 043 095 010 092 041 047 040 091 093 123 125 044
  4. =======================================================================
  5. ----+----1----+----2----+----3----+----4----+----5----+----6----+----7-
  6.  
  7.  
  8. +++++ +++++ [ set up array of ascii graphics characters
  9. >++++ plus
  10. >++++ dash
  11. >+++++ +++++ ++ |
  12. >+++ space
  13. >+++++ :
  14. >+ line feed
  15. >++++ comma
  16. >+++ hash
  17. >+++++ ++++ _
  18. >++++ /
  19. >+++++ ++++ \
  20. >+++++ ++++ left bracket
  21. >+++++ ++++ right bracket
  22. >++++ (
  23. >++++ )
  24. >+++++ +++++ ++ {
  25. >+++++ +++++ ++ }
  26. <<<<< <<<<< <<<<< <<-]
  27.  
  28. >+++ plus
  29. >+++++ dash
  30. >++++ |
  31. >++ space
  32. >+++++ +++ :
  33. > line feed
  34. >++++ comma
  35. >+++++ hash
  36. >+++++ _
  37. >+++++ ++ /
  38. >++ \
  39. >+ left bracket
  40. >+++ right bracket
  41. > (
  42. >+ )
  43. >+++ {
  44. >+++++ }
  45.  
  46. <<<<< <<<<< <<<<< <<
  47.  
  48.  
  49.  
  50. A B C D E F G H
  51. 8 Rw Nb Bw Qb Kw Bb Nw Rb
  52. 7 Pb Pw Pb Pw Pb Pw Pb Pw
  53. 6 sw sb sw sb sw sb sw sb
  54. 5 sb sw sb sw sb sw sb sw
  55. 4 sw sb sw sb sw sb sw sb
  56. 3 sb sw sb sw sb sw sb sw
  57. 2 pw pb pw pb pw pb pw pb
  58. 1 rb nw bb qw kb bw nb rw
  59. ========================================================================
  60.  
  61. initialize memory to ascii values of characters used
  62.  
  63. ++++++++++[>++++>++++>++++++++++
  64. ++>+++>+++++>+>++++>+++>++++++++
  65. +>++++>+++++++++>+++++++++>+++++
  66. ++++>++++>++++>++++++++++++>++++
  67. ++++++++<<<<<<<<<<<<<<<<<-]>+++>
  68. +++++>++++>++>++++++++>>++++>+++
  69. ++>+++++>+++++++>++>+>+++>>+>+++
  70. >+++++<<<<<<<<<<<<<<<<<
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement