GAS Standards for PropGCC
ctwardell
Posts: 1,716
Does the PropGCC team have any documented standards for coding PASM using GAS?
I've been trying to keep lines at 80 columns, but with the Conditions (IF_NC_AND_NZ, etc.) and Modifiers (WC, WZ, NR), there isn't much room for descriptive labels, identifiers and comments.
Thanks,
C.W.
I've been trying to keep lines at 80 columns, but with the Conditions (IF_NC_AND_NZ, etc.) and Modifiers (WC, WZ, NR), there isn't much room for descriptive labels, identifiers and comments.
Thanks,
C.W.
Comments
C.W. our standard for any source is to try to follow the lead of the file's original author.
The 80 column problem comes up in pasm too - I've given up on trying to stay in that limit.