LW_SEEK - change position in LD output file.

Usage:

#include <ld.h>
lw_seek(pos);

Where:

unsigned long pos;
indicates where you want to go.

Description:

"lw_seek" moves to a new position in the current output file. "lw_seek" can only be issued when the current write position is the first byte of a directive, and it can only be used to move to the first byte of another directive.

See Also:

expl ld lib lw_tell

expl ld lib lr_seek

Copyright © 1996, Thinkage Ltd.