xref: /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/emit-alphabet.bf (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
1[
2  Emit the uppercase alphabet
3]
4
5cell 0 = 26
6++++++++++++++++++++++++++
7
8cell 1 = 65
9>+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<
10
11while cell#0 != 0
12[
13 >
14 .      emit cell#1
15 +      increment cell@1
16 <-     decrement cell@0
17]
18