| Readme: | 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] <input.bas> [<file.asm>...]
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:<name> place code into given segment -t:<target> 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:<name> select linker config file name -S:<addr> select binary starting address -X:<opt> pass option to the assembler -DL:<sym=val> define linker symbol with given value -o <name> 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
|