NASM hosts its code at .

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:nasm

See all merge proposals.

NASM has 1 active branch owned by 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:nasm
Series: main
1 Development 2005-12-31 23:41:32 UTC
549. pptok.c: quick-and-dirty downcasing d...

Author: hpa
Revision Date: 2007-09-12 17:02:55 UTC

pptok.c: quick-and-dirty downcasing during prehashing

Speed up pptok.c by just doing |= 0x20 instead of calling tolower() for
every character during prehashing. This is good enough for our needs,
since we don't have any tokens containing the characters @ [ \ ] _ nor
any high-bit characters (in which case we'd have to worry about multibyte
anyway.)

11 of 1 result
You can't create new branches for NASM.