Shop OBEX P1 Docs P2 Docs Learn Events
GAS Standards for PropGCC — Parallax Forums

GAS Standards for PropGCC

ctwardellctwardell Posts: 1,716
edited 2012-05-15 23:28 in Propeller 1
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.

Comments

  • jazzedjazzed Posts: 11,803
    edited 2012-05-15 23:28
    ctwardell wrote: »
    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.

    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.
Sign In or Register to comment.