Short: BASIC compiler for Intellivision Author: @nanochess (Óscar Toledo G.) Uploader: polluks+aminet sdf org (Stefan Haubenthal) Type: dev/cross Version: 1.5.1 Architecture: ppc-morphos Optional: misc/emu/jzIntv.lha URL: http://nanochess.org/intybasic.html IntyBASIC compiler v1.5.1 May/10/2025 (c) 2014-2025 Oscar Toledo G. http://nanochess.org/ Usage: intybasic [--jlp] [--cc3] [--title "title"] infile.bas outfile.asm [library_path] --jlp Enables use of 8K-words extra memory feature of JLP and also usage of hardware acceleration for multiplication and division. --cc3 Enables use of 8K-words extra memory feature of Cuttle Cart 3. --cc3 0xc000 Enables Cuttle Cart 3 in indicated page, useful with Keyboard Component. --title "a" Selects title of the compiled program. By default this is "IntyBASIC program". Only appears in emulators/multicarts. -w Disable warnings globally (has priority over OPTION WARNINGS) The library path is where the intybasic_prologue.asm and intybasic_epilogue.asm files are searched for inclusion. It will return a zero error code if compilation was successful or non-zero otherwise. Many thanks to Albert, artrag, atari2600land, awhite2600, carlsson, catsfolly, ckblackm, CrazyBoss, Cybearg, DZ-Jay, First Spear, freewheel, GroovyBee, intvnut, Jess Ragan, Kiwi, RevEng, SpiceWare and Tarzilla.