	
	Name		Brainfuck Interpreter
	Target		Dex4U
	Version		1.0
	Licence		Public Domain
	
	Use		"bfi <filename>", where filename is a ASCII-encoded sourcefile
	
	Disclaimer:
		This software carries NO warranty and the author releases this source
		into the PUBLIC DOMAIN, implying that under no circumstance shall the
		author be accountable for any resultant damage caused by the assembled
		source files or documentation provided in the package in which this 
		file is located.
	
	Bugs / Todo:
		- Filenames must use a 3-letter extension
		- No VMM (Virtual Machine Memory) Bounds Checking
		- Not optimised for binary size or load times
		- File reading is hard-coded to the FDD

	Notes:
		The Brainfuck interpreter interprets brainfuck sources. It accepts the
		eight standard commands as input through a file specified by the user.

		The maximum memory available to the interpreter is by default 16k, but
		can be changed by altering the MEM_SZ constant.
		
		If you need to send error reports or any information relating to this
		code then send/post it to:
	
		starfiredev@hotmail.com
				or
		http://jas2o.forthworks.com/dexforum/
											

	- Solidus117
		Team DexOS
