Short: Compiler for the Atari 8-bit computers Author: dmsc Uploader: polluks+aminet sdf lonestar org (Stefan Haubenthal) Type: dev/cross Version: 4.6 Requires: cc65-morphos.lha Architecture: ppc-morphos URL: https://github.com/dmsc/fastbasic/wiki FastBasic 4.6 - (c) 2022 dmsc Usage: fastbasic [options] [...] Options: -d enable parser debug options (only useful to debug parser) -n don't run the optimizer, produces same code as 6502 version -prof show token usage statistics -s: place code into given segment -t: select compiler target ('atari-fp', 'atari-int', etc.) -l produce a listing of the unabbreviated parsed source -c only compile to assembler, don't produce binary -C: select linker config file name -S: select binary starting address -X: pass option to the assembler -DL: define linker symbol with given value -o select output file name -v show version and exit -h show this help You can pass multiple basic, assembly and object files to be linked together