Skip to content

Instantly share code, notes, and snippets.

@ikkentim
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikkentim/ea033e4d45d43e886f09 to your computer and use it in GitHub Desktop.
Save ikkentim/ea033e4d45d43e886f09 to your computer and use it in GitHub Desktop.
brainfuck ASCII tabl
+ #0: Current char
[
.
> +++++ +++++ +++++ +++++ +++++ +++++ ++. (space)
> +++++ +++++ +++++ +++++ +++++ +++++ +++++ +++++ +++++ +++++ +++++ +++.[-] (:) and clear
<.[-] (space) and clear
<[->>+<<]>>[-<+<+>>]< Copy #0 to #1
>>++++++++++<<[->+>-[>+>>]>[+[-<+>]>+>>]<<<<<<]>>[-]>>>++++++++++<[->-[>+>>]>[+[-
<+>]>+>>]<<<<<]>[-]>>[>++++++[-<++++++++>]<.<<+>+>[-]]<[<[->-<]++++++[->++++++++
<]>.[-]]<<++++++[-<++++++++>]<.[-]<<[-<+>]< Print #2 as byte
(http://esolangs dot org/wiki/Brainfuck_algorithms)
[-] Clean #2
+++++ +++++. [-] (\n) and clear
<+ back to #0 and increment
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment