Legacy Plugin Collection

inclabels

Include a labels file to add labels quickly.

Syntax

.inclabels "filename.ext"

Remarks

This Brass 1 directive loaded a file of labels. This was to partially compensate for a slow parser; it also reduces the size of include files significantly.

The file format is just a long list of label definitions, in the form [label name length in characters][label name][page (ushort)][value (ushort)].

For example, the label fish, value $1234, would be .db 4, "fish", $34, $12, $00, $00.