Talk:Execute Brain****/x86 Assembly

From Rosetta Code

Something weird

$ cat helloworld.b
>+++++++++[<++++++++>-]<.>+++++++[<++++>-]<+.+++++++..+++.[-]>++++++++[<++++>-]
<.#>+++++++++++[<+++++>-]<.>++++++++[<+++>-]<.+++.------.--------.[-]>++++++++[
<++++>-]<+.[-]++++++++++.

$ ./x86 helloworld.b
Hello World!
$ cat hell-test.b
>++++++++[-<+++++++++>]<.>[][<-]>+>-[+]++>++>+++[>[->+++<<+++>]<<]>-----.
>->+++..+++.>-.<<+[>[+>+]>>]<--------------.>>.+++.------.--------.>+.>+.
$ bf hell-test.b
Hello World!
$ ./x86 hell-test.b
Hekkn World!
$ wget -q -O x86-test.b https://github.com/rdebath/Brainfuck/raw/master/bitwidth.b
$ bf x86-test.b
Hello World! 255
$ ./x86 x86-test.b
Hello$Zombie!
$

It's buggy, but not in any way I've seen before Rdebath (talk) 09:21, 13 February 2016 (UTC)


Odd. I'll get on this. Calculuswhiz (talk) 02:30, 14 February 2016 (UTC)

Ok. That should do it! I messed up my suffixes. Oops. Does that fix things? Calculuswhiz (talk) 04:03, 14 February 2016 (UTC)