SPLat Logo

Builder: The basic idea

NOTICE: SPLat Controls has moved. We are now at 1/85 Brunel Rd, Seaford, 3198. map

Builder: The basic idea

A typical SPLat program will contain a number of different sections or segments:

Now, the thing about all these sections (in Builder-speak we call them segments) is that they need to appear more or less in the order listed above. Certainly, mEQU must come before any defXXX, and NVEM0 must come at the end, after all executable code. The following diagram summarizes what Builder will do for you:

builder1.gif

In brief, Builder allows you to work with several source files in your project. Within each source file you have named segments. Builder will take all your individual files, break them up into segments, sort them in segment order and emit a combined file where like-named segments are grouped together.