DATA Generator

DATA is a utility for converting different file formats into DATA instructions for BASIC.

The program will be called by:

BASDATA [-opt] source.frm [destination[.type]]

The format .frm determines the kind of conversion: Parameters may be selected by -opt in the following way:

OptionEffectDefault
-LxxxxStart of DATA or head line50000
-IxxLine increment10
-SxxxxStart of data&HC000
-HPrefix of a loaderOff
-CChecksumOff

Look here for the source files:
Assembling the program reqires files from the REL-80 tools: RELDEF.LIB and BITS.MAC

Helpful batch files for assembling and linking are DASS.SUB and DLINK.SUB nützlich.