Friday, November 23, 2012

GFA comes to the FireBee

GBE now runs on the Firebee.

DEFFN bug fixed

Fixed DEFFN bug in the compiler.  Fails if placed right after a procedure definition.

PROCEDURE test
  DEFFN func(x,y)=x*y
  PRINT "test"
RETURN

Sunday, January 29, 2012

GFA News

Solved runonly bug related to BSAVE and DIR TO commands.

This bug was actually not my fault. If you find a copy of the original 3.5 runonly from GFA, it should produce the same bug! When Frank built the runonly and removed parts of the editor he introduces new bugs. Since there was no 3.6 runonly I used the 3.5 version as a guide to build mine and ended up duplicating his bugs.

Thursday, December 15, 2011

Merry Christmas

I'd like to wish each and everyone on the planet a very Merry Christmas.

Offended? If so, deal with it.

Saturday, November 12, 2011

GFA News

GFA is not working on the FireBee. No plans to fix it.

Sunday, June 12, 2011

GFA News

Started a new text rendering engine for GBE that would support syntax highlighting, however I'll probably scrap that version and start over. The plan now is to do it all in assembler for maximum speed.

Rewrote the TEXT command for improved speed. Unreleased.

Monday, December 06, 2010

GFA update released

Ok, revision 18 of the compiler is now up at my site. New compiler option $W for advanced users. Allows the insertion of assembler code directly into the binary at the line the command appears on. Read docs before use! I have also added the original editor to my download section for users who wish to code in SingleTOS, but wish to use the new compiler and library.

Saturday, October 23, 2010

GFA update released

GFA-Compiler v3.6 (Revision 17)
GFA-Linker v3.6 (Revision 17)
GFA-Library v3.6 (Revision 6)
GFA-RunOnly v3.6 (Revision 6)
The official GBE Library (English release)