[parisc-linux] Assembly Language Changes
Philipp Rumpf
prumpf@inwestnet.de
Wed, 15 Mar 2000 22:16:47 +0100
I haven't received any negative comments about the proposed changes yet,
and think the following changes should become effective soon:
> - Labels should always use ':'
> - mnemonics in the first column should be interpreted normally.
> - register names should always start with '%', not be specified by an
> integer
> - ';' should be used rather than '!' to separate multiple statements
> on the same line
- '!' replaces ';' as the line comment character
I don't think a line comment character should be necessary for new code -
C comments (thats /* comment */, not // comment\n) work fine.
So, still no objections ?
Philipp Rumpf