We have just released a new project management tool called Builder. In brief Builder makes it convenient to break large SPLat programming projects up into a number of individual modules. These modules can contain their own test code, so they can be tested independently of other modules in the project. Builder then allows you to "glue" together all your individual modules, leaving out the test code and arranging the various segments of the modules into the correct order. For example, it will make sure all the NVEM0 stuff is at the end and all mEQU directives are at the beginning, before any defBYTE (etc).
In short, builder helps you to work in a more systematic and structured way on large projects.
Builder is part of latest SPLat/PC, just released here.

