User talk:Chasesan

From Esolang
Jump to navigation Jump to search

Welcome again! My goodness, there isn't a user creation log. And my god! the version of MW is only 1.9.3. This place desperately needs some love. Phantom Hoover 21:30, 15 March 2010 (UTC)

BF Bytecode

If we use nibbles we could fit as many as 4 BF operations in a byte.

Nibble Layout: NBBB

N: N+1 number of given command to execute

BBB:
000 = -
001 = +
010 = <
011 = >
100 = [
101 = ]
110 = .
111 = ,

2 , is considered the most useless, so it is used instead for NOP.

THUS:
0 = -
1 = +
2 = <
3 = >
4 = [
5 = ]
6 = .
7 = ,
8 = 2 -
9 = 2 +
A = 2 <
B = 2 >
C = 2 [
D = 2 ]
E = 2 .
F = NOP

Chasesan 23:28, 16 March 2010 (UTC)