LW_LEND - flush and close literal.

Usage:

#include <ld.h>
lw_lend(segref);

Where:

ld_dvalue segref;
gives the SEGREF of the literal that is being closed.

Description:

"lw_lend" is used to flush and close off a literal segment. The literal segment should have begun with an LD_LITERAL directive which implicitly claimed a SEGREF for the literal segment. Then came calls to "lw_dword" and "ld_reloc" to create the contents of the literal segment. "lw_lend" flushes the accumulated data and relocation information (if necessary), and writes out an appropriate LD_END_LITERAL directive to end the literal definition.

See Also:

expl ld lib lw_dword

expl ld lib lw_start

Copyright © 1996, Thinkage Ltd.