July 18th, 1992
CSRBAS.BAS & CSRASM.ASM v1.1

Quick & dirty instructions on making the .QLB file and .LIB files for this 
program... 

To make a .qlb file, use the LINK utility with the /q option and link
"csrasm.obj".

link /q csrasm,,,bqlb45.lib    (for qb4.5, use qbxqlb.lib for PDS)

To make a .lib file, use the LIB utility...

Type:

lib 
[at the library prompt, type:] csrasm.lib
[at the make new library prompt, type:] Y
[at the operations prompt, type:] csrasm
[at the listing prompt, just hit enter]

Then load in QB like this:

qb/lcsrasm csrbas

...and if your lucky, it'll work! Don't forget to try it compiled, the cursor
flickers a lot in the environment.

There ye go! If anybody has trouble, drop me a message and I'll be glad 
to help.

This version is much more "programmer friendly" than the one I released two
days ago... I just released that so people would stop asking about it!

Rich Geldreich
