Short: Assembler with BBC Micro style syntax Author: richtw1@gmail.com (Rich Talbot-Watkins) Uploader: polluks+aminet sdf lonestar org (Stefan Haubenthal) Type: dev/cross Version: 1.10 Architecture: ppc-morphos URL: http://www.retrosoftware.co.uk/wiki/index.php/BeebAsm
beebasm 1.10
Possible options: -i <file> Specify source filename -o <file> Specify output filename (when not specified by SAVE command) -di <file> Specify a disc image file to be added to -do <file> Specify a disc image file to output -boot <file> Specify a filename to be run by !BOOT on a new disc image -labels <file> Specify a filename to export any labels dumped with -d or -dd to -opt <opt> Specify the *OPT 4,n for the generated disc image -title <title> Specify the title for the generated disc image -cycle <n> Specify the cycle for the generated disc image -v Verbose output -d Dump all global symbols after assembly -dd Dump all global and local symbols after assembly -w Require whitespace between opcodes and labels -vc Use Visual C++-style error messages -D <sym>=<val> Define numeric symbol prior to assembly -S <sym>=<str> Define string symbol prior to assembly --help See this help again
|