DIRLBR.MAC |
This tool displays the directory of the selected libraries.
Call it DIRLBR {D}{U}{:}{LBR-mask} {file-mask}
and the content of any library file will be displayed. |
DELBR.MAC |
This tool extracts files from selected libraries.
Call it DELBR {DU:}LBR-mask {DU:}{file-mask} {-C}
and the selected files will be extracted from the library. Each extraction must be confirmed if the option -C is requested. |
LBREQU.MAC |
The tool searches for EQU -assignments in .MAC -files of selected libraries and writes them formatted as
LABEL EQU WERT ; [LBR/MAC-Datei]into a file. Call it LBREQU LBRfile {EQUfile} {[opt]}
and matched data will be written to EQUfile .
Option A appends data to EQUfile rather than creating a new file
and option V turns on the verbose mode.
|
1. |
In 1984 LU was written in Pascal by Steve Freeman: LU.PAS
![]() |
2. |
I disassembled NULU, too.
A description will be found here.
![]() |
3. |
Using a tool programs may be loaded and executed out of a library directly.
![]() |
4. |
Programs for displaying and extracting did exist already.
I disassembled two of them: LDIR and LBREXT
![]() |
5. |
The squeeze technique will be described in detail here
![]() |