Manx Aztec C
From Wiki
Jump to navigationJump to search
Command line options for CP/M Z80/8080 C compiler
- -D Defines a symbol for preprocessor
- -F forces frame allocation in line
- -I search for included files
- -M Produce MS assembler
- -O Alternate output files
- -P error messages to printer
- -Q Converts automatic vars to static
- -R produce code for DR assembler
- -S Search for undefined structure members
- -T insert the c source as comments
- -U converts default global var into externs (except initialized data)
Table
- -E Specifies the size of the expression table
- -L Specifies the size of the local symbol table
- -Y Specifies the maximum number of outstanding cases allowed in a switch
- -Z Specifies the size of the table for literal strings.