Developed by Atari Age user NANOCHESS
This is a command-line integer cross-compiler of a small subset of BASIC, it generates assembler for using with as1600, that in turn generates the final executable runnable in real Intellivision and/or emulation via jzintv.
It significatively eases writing games for Intellivision. I know it because the examples I'm attaching were written in less than an hour each one.
Vo.1 of IntyBASIC compiler, executables for both Win and Mac.
An updated executable for Mac OS X 10.6 and upwards is now available: http://atariage.com/...-3#entry2918660
Vo.2 of IntyBASIC compiler. Updated executables for Win, Mac and now Linux. Added title.bas sample. BITMAP statement enhanced. More descriptions in manual.
V0.3 of IntyBASIC compiler. Added read-only arrays with DATA, arrays with DIM statement. And memory limit detection for variables. Solved various minor bugs and updated manual.
V0.4 of IntyBASIC compiler. Solved bug when assigning to array with constant index. Updated manual slightly.