···11+expects ascii input
22+13cell 0 is counter and input
24cell 1 is 6
35cell 2 is 7
+27
examples/67_raw.bf
···11+expects u8 num input
22+33+cell 0 is counter and input
44+cell 1 is 6
55+cell 2 is 7
66+77+set up cell 1
88+54 divided by 6 is 9
99+add 9 6 times then move back to cell 0
1010+++++++[>+++++++++<-]
1111+1212+set up cell 2
1313+55 divided by 5 is 11
1414+add 5 11 times
1515++++++[>>+++++++++++<<-]
1616+1717+input repeat amt
1818+,
1919+2020+move data pointer to cell 0
2121+loop starts
2222+moves to cell 1 and prints
2323+moves to cell 2 and prints
2424+moves back to cell 0
2525+decrements counter
2626+repeat until counter is zero
2727+[>.>.<<-]