-f-f should only be used when assembling programs written by a
(trusted) compiler. -f stops the assembler from doing whitespace
and comment preprocessing on
the input file(s) before assembling them. See Preprocessing.
Warning: if you use-fwhen the files actually need to be preprocessed (if they contain comments, for example),asdoes not work correctly.