Tags: rdebath/Brainfuck
Tags
Change to 'make install'. Add an INSTALLEXT variable so it can be set to ".exe" for Windows.
This is the second brainfuck compiler written by Urban Müller. It was written in June 1993. The previous one was 296 bytes long, used longword cells (That's 32bits on the Amiga) and did not require 'Amiga OS 2.0'. At this time the archives are still available at the below location, however, it seems that 'lha' extractors are getting more difficult to find. -------------------------------------------------------------------------------- Short: 240 byte compiler. Fun, with src. OS 2.0 Uploader: umueller amiga physik unizh ch Type: dev/lang Architecture: m68k-amigaos Date: 1993-06-09 Download: http://aminet.net/dev/lang/brainfuck-2.lha Readme: http://aminet.net/dev/lang/brainfuck-2.readme Downloads: 6574 The brainfuck compiler knows the following instructions: Cmd Effect --- ------ + Increases element under pointer - Decrases element under pointer > Increases pointer < Decreases pointer [ Starts loop, flag under pointer ] Indicates end of loop . Outputs ASCII code under pointer , Reads char and stores ASCII under ptr Who can program anything useful with it? :)