Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 1996 06:57:03 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-hackers@FreeBSD.ORG, j@uriah.heep.sax.de
Subject:   Re: unix + asm
Message-ID:  <199605262057.GAA04027@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> `#' is a standard comment symbol (I think '/' works too), but it is best
>> to usually use C comments, since `# if' is a cpp conditional, not a
>> comment, and everything must be a cpp token.

>This is only true for .S files which are preprocessed.  .s files are
>being passed directly to the assembler.

All kernel .s files are preprocessed, and there is only one .s file in
/usr/src that isn't a kernel .s file (tn3270/general/vaxbsubs.s).

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605262057.GAA04027>