Syntax= LABELIST INfile OUTfile

LABELIST.com will make a list of all the labels in INfile
number them L#### and dump the data to OUTfile.
it also finds RET and dumps that too,
 so you know a LABEL above is a CALLed PROC Label.

You kinda end up with a directory listing of your .ASM file,
making things known & easier to find.

The code is a blank, any INfile size .ASM
that you can use for other projects also.
It just does the File read/write buffer shift code for you.

I usually alter the files
 CODE.inc	; Process one INfile Line at a time?
 MSG00.inc	; Syntax message help file in easy RAW data form.
Then a few DB DW data in the main.asm
change the name LABELIST,
adjust BUF1size at Line 40,
AND you are good to go, usually.

I hope this helps someone, somewhere, somehow,
Bitdog
