Home » CEEFAX disks » telesoftware1.adl » Utils/NLQINFO

Utils/NLQINFO

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » CEEFAX disks » telesoftware1.adl
Filename: Utils/NLQINFO
Read OK:
File size: 0DC7 bytes
Load address: 0000
Exec address: 0000
File contents


     This collection of programs provides near letter quality ( NLQ ) printout

for a BBC micro linked up to a disc drive and any Epson compatible printer.


     There are four programs :


                    NLQ/ASS

                    NLQ/DEF

                    NLQCHRS

                    NLQPRNT


     And three files that contain the data to print the characters:


                    NLQ1

                    NLQ2

                    NLQ3


     All these programs need to be saved on the same disc.




          NLQ/ASS is an assemble language program. When run it creates a 

machine code file NLQ which is saved to disc. This is the program that produces

the NLQ print and so NLQ/ASS has to be run to creat this file before using any

of the other programs.


     The program NLQ is located in the ENVELOPE storage area and cassette and 

RS432 buffers, locations &8C0 to &AFF. If necessary it can be assembled else 

where in memory by altering the value of MC% on line 70 of the program NLQ/ASS.


     Once NLQ has been created to load it in type *NLQ. Once loaded print can 

be sent to the printer using the command *CODE.


     *CODE 1,Y where Y has a value between 0 and 85 inclusive, turns the 

printing on. Y sets the line feed pitch (the amount the paper is moved up after

each line has been printed,) in 1/72 of an inch. A suggest setting for Y is 9.

Once on all characters sent to the screen are printed out in NLQ. NLQ printing

is much slower than normal printing as each character has to be printed three 

times, so it should only be used for printing final documents. 


     *CODE 0 sends the last line of print to the printer and then turns NLQ 

printing off.


     Normal printing can be produce by VDU2 or CTRL B, but only when NLQ 

printing has been turned off.(Using *CODE 0). Also when printing text in NLQ, 

sending some control codes to the printer, for example to make it under line 

text, will not work.




          NLQCHRS is a program desined to print out the entire NLQ character 

set once the file NLQ has been created (using NLQ/ASS). You simply chain the 

program, check your printer is on and press space. All the characters from 32 

to 126 is displayed on the screen and printed.




          NLQ/DEF is the program used to design the NLQ characters. When run it

displayes a grid of 12 by 24 squares on which each character is designed. It 

will automatically display character 33 the exclamation mark"!" on this grid. 

There are various keys used to control this program, they are:



                    "CURSOR KEYS" - Used to guide the cusor around the grid.


                    "1" - Fills in the square directly above the cursor.


                    "0" - Clears the square directly above the cursor.


                    "COPY" - Advances to the next character.


                    "DELETE" - Moves back to the previous character.



                    "I" - Allows you to input the ASCII value of a character 

you wish to display.


                    "ESCAPE" - Exits program.



          NLQPRNT is use to print text files (such as this one) from memory. 

Once run it is straight forward to use. It loads the file to be printed into 

memory and allows you to set the left margin and the line length. While 

printing it also avoids splitting words over two lines by shifting the whole 

word down onto the next line. Both the preview and printing are done in mode 3.














00000000  0a 0d 0a 0d 20 20 20 20  20 54 68 69 73 20 63 6f  |....     This co|
00000010  6c 6c 65 63 74 69 6f 6e  20 6f 66 20 70 72 6f 67  |llection of prog|
00000020  72 61 6d 73 20 70 72 6f  76 69 64 65 73 20 6e 65  |rams provides ne|
00000030  61 72 20 6c 65 74 74 65  72 20 71 75 61 6c 69 74  |ar letter qualit|
00000040  79 20 28 20 4e 4c 51 20  29 20 70 72 69 6e 74 6f  |y ( NLQ ) printo|
00000050  75 74 0a 0d 66 6f 72 20  61 20 42 42 43 20 6d 69  |ut..for a BBC mi|
00000060  63 72 6f 20 6c 69 6e 6b  65 64 20 75 70 20 74 6f  |cro linked up to|
00000070  20 61 20 64 69 73 63 20  64 72 69 76 65 20 61 6e  | a disc drive an|
00000080  64 20 61 6e 79 20 45 70  73 6f 6e 20 63 6f 6d 70  |d any Epson comp|
00000090  61 74 69 62 6c 65 20 70  72 69 6e 74 65 72 2e 0a  |atible printer..|
000000a0  0d 0a 0d 20 20 20 20 20  54 68 65 72 65 20 61 72  |...     There ar|
000000b0  65 20 66 6f 75 72 20 70  72 6f 67 72 61 6d 73 20  |e four programs |
000000c0  3a 0a 0d 0a 0d 20 20 20  20 20 20 20 20 20 20 20  |:....           |
000000d0  20 20 20 20 20 20 20 20  20 4e 4c 51 2f 41 53 53  |         NLQ/ASS|
000000e0  0a 0d 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |..              |
000000f0  20 20 20 20 20 20 4e 4c  51 2f 44 45 46 0a 0d 20  |      NLQ/DEF.. |
00000100  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000110  20 20 20 4e 4c 51 43 48  52 53 0a 0d 20 20 20 20  |   NLQCHRS..    |
00000120  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000130  4e 4c 51 50 52 4e 54 0a  0d 0a 0d 20 20 20 20 20  |NLQPRNT....     |
00000140  41 6e 64 20 74 68 72 65  65 20 66 69 6c 65 73 20  |And three files |
00000150  74 68 61 74 20 63 6f 6e  74 61 69 6e 20 74 68 65  |that contain the|
00000160  20 64 61 74 61 20 74 6f  20 70 72 69 6e 74 20 74  | data to print t|
00000170  68 65 20 63 68 61 72 61  63 74 65 72 73 3a 0a 0d  |he characters:..|
00000180  0a 0d 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |..              |
00000190  20 20 20 20 20 20 4e 4c  51 31 0a 0d 20 20 20 20  |      NLQ1..    |
000001a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000001b0  4e 4c 51 32 0a 0d 20 20  20 20 20 20 20 20 20 20  |NLQ2..          |
000001c0  20 20 20 20 20 20 20 20  20 20 4e 4c 51 33 0a 0d  |          NLQ3..|
000001d0  0a 0d 20 20 20 20 20 41  6c 6c 20 74 68 65 73 65  |..     All these|
000001e0  20 70 72 6f 67 72 61 6d  73 20 6e 65 65 64 20 74  | programs need t|
000001f0  6f 20 62 65 20 73 61 76  65 64 20 6f 6e 20 74 68  |o be saved on th|
00000200  65 20 73 61 6d 65 20 64  69 73 63 2e 0a 0d 0a 0d  |e same disc.....|
00000210  0a 0d 0a 0d 20 20 20 20  20 20 20 20 20 20 4e 4c  |....          NL|
00000220  51 2f 41 53 53 20 69 73  20 61 6e 20 61 73 73 65  |Q/ASS is an asse|
00000230  6d 62 6c 65 20 6c 61 6e  67 75 61 67 65 20 70 72  |mble language pr|
00000240  6f 67 72 61 6d 2e 20 57  68 65 6e 20 72 75 6e 20  |ogram. When run |
00000250  69 74 20 63 72 65 61 74  65 73 20 61 20 0a 0d 6d  |it creates a ..m|
00000260  61 63 68 69 6e 65 20 63  6f 64 65 20 66 69 6c 65  |achine code file|
00000270  20 4e 4c 51 20 77 68 69  63 68 20 69 73 20 73 61  | NLQ which is sa|
00000280  76 65 64 20 74 6f 20 64  69 73 63 2e 20 54 68 69  |ved to disc. Thi|
00000290  73 20 69 73 20 74 68 65  20 70 72 6f 67 72 61 6d  |s is the program|
000002a0  20 74 68 61 74 20 70 72  6f 64 75 63 65 73 0a 0d  | that produces..|
000002b0  74 68 65 20 4e 4c 51 20  70 72 69 6e 74 20 61 6e  |the NLQ print an|
000002c0  64 20 73 6f 20 4e 4c 51  2f 41 53 53 20 68 61 73  |d so NLQ/ASS has|
000002d0  20 74 6f 20 62 65 20 72  75 6e 20 74 6f 20 63 72  | to be run to cr|
000002e0  65 61 74 20 74 68 69 73  20 66 69 6c 65 20 62 65  |eat this file be|
000002f0  66 6f 72 65 20 75 73 69  6e 67 20 61 6e 79 0a 0d  |fore using any..|
00000300  6f 66 20 74 68 65 20 6f  74 68 65 72 20 70 72 6f  |of the other pro|
00000310  67 72 61 6d 73 2e 0a 0d  0a 0d 20 20 20 20 20 54  |grams.....     T|
00000320  68 65 20 70 72 6f 67 72  61 6d 20 4e 4c 51 20 69  |he program NLQ i|
00000330  73 20 6c 6f 63 61 74 65  64 20 69 6e 20 74 68 65  |s located in the|
00000340  20 45 4e 56 45 4c 4f 50  45 20 73 74 6f 72 61 67  | ENVELOPE storag|
00000350  65 20 61 72 65 61 20 61  6e 64 20 63 61 73 73 65  |e area and casse|
00000360  74 74 65 20 61 6e 64 20  0a 0d 52 53 34 33 32 20  |tte and ..RS432 |
00000370  62 75 66 66 65 72 73 2c  20 6c 6f 63 61 74 69 6f  |buffers, locatio|
00000380  6e 73 20 26 38 43 30 20  74 6f 20 26 41 46 46 2e  |ns &8C0 to &AFF.|
00000390  20 49 66 20 6e 65 63 65  73 73 61 72 79 20 69 74  | If necessary it|
000003a0  20 63 61 6e 20 62 65 20  61 73 73 65 6d 62 6c 65  | can be assemble|
000003b0  64 20 65 6c 73 65 20 0a  0d 77 68 65 72 65 20 69  |d else ..where i|
000003c0  6e 20 6d 65 6d 6f 72 79  20 62 79 20 61 6c 74 65  |n memory by alte|
000003d0  72 69 6e 67 20 74 68 65  20 76 61 6c 75 65 20 6f  |ring the value o|
000003e0  66 20 4d 43 25 20 6f 6e  20 6c 69 6e 65 20 37 30  |f MC% on line 70|
000003f0  20 6f 66 20 74 68 65 20  70 72 6f 67 72 61 6d 20  | of the program |
00000400  4e 4c 51 2f 41 53 53 2e  0a 0d 0a 0d 20 20 20 20  |NLQ/ASS.....    |
00000410  20 4f 6e 63 65 20 4e 4c  51 20 68 61 73 20 62 65  | Once NLQ has be|
00000420  65 6e 20 63 72 65 61 74  65 64 20 74 6f 20 6c 6f  |en created to lo|
00000430  61 64 20 69 74 20 69 6e  20 74 79 70 65 20 2a 4e  |ad it in type *N|
00000440  4c 51 2e 20 4f 6e 63 65  20 6c 6f 61 64 65 64 20  |LQ. Once loaded |
00000450  70 72 69 6e 74 20 63 61  6e 20 0a 0d 62 65 20 73  |print can ..be s|
00000460  65 6e 74 20 74 6f 20 74  68 65 20 70 72 69 6e 74  |ent to the print|
00000470  65 72 20 75 73 69 6e 67  20 74 68 65 20 63 6f 6d  |er using the com|
00000480  6d 61 6e 64 20 2a 43 4f  44 45 2e 0a 0d 0a 0d 20  |mand *CODE..... |
00000490  20 20 20 20 2a 43 4f 44  45 20 31 2c 59 20 77 68  |    *CODE 1,Y wh|
000004a0  65 72 65 20 59 20 68 61  73 20 61 20 76 61 6c 75  |ere Y has a valu|
000004b0  65 20 62 65 74 77 65 65  6e 20 30 20 61 6e 64 20  |e between 0 and |
000004c0  38 35 20 69 6e 63 6c 75  73 69 76 65 2c 20 74 75  |85 inclusive, tu|
000004d0  72 6e 73 20 74 68 65 20  0a 0d 70 72 69 6e 74 69  |rns the ..printi|
000004e0  6e 67 20 6f 6e 2e 20 59  20 73 65 74 73 20 74 68  |ng on. Y sets th|
000004f0  65 20 6c 69 6e 65 20 66  65 65 64 20 70 69 74 63  |e line feed pitc|
00000500  68 20 28 74 68 65 20 61  6d 6f 75 6e 74 20 74 68  |h (the amount th|
00000510  65 20 70 61 70 65 72 20  69 73 20 6d 6f 76 65 64  |e paper is moved|
00000520  20 75 70 20 61 66 74 65  72 0a 0d 65 61 63 68 20  | up after..each |
00000530  6c 69 6e 65 20 68 61 73  20 62 65 65 6e 20 70 72  |line has been pr|
00000540  69 6e 74 65 64 2c 29 20  69 6e 20 31 2f 37 32 20  |inted,) in 1/72 |
00000550  6f 66 20 61 6e 20 69 6e  63 68 2e 20 41 20 73 75  |of an inch. A su|
00000560  67 67 65 73 74 20 73 65  74 74 69 6e 67 20 66 6f  |ggest setting fo|
00000570  72 20 59 20 69 73 20 39  2e 0a 0d 4f 6e 63 65 20  |r Y is 9...Once |
00000580  6f 6e 20 61 6c 6c 20 63  68 61 72 61 63 74 65 72  |on all character|
00000590  73 20 73 65 6e 74 20 74  6f 20 74 68 65 20 73 63  |s sent to the sc|
000005a0  72 65 65 6e 20 61 72 65  20 70 72 69 6e 74 65 64  |reen are printed|
000005b0  20 6f 75 74 20 69 6e 20  4e 4c 51 2e 20 4e 4c 51  | out in NLQ. NLQ|
000005c0  20 70 72 69 6e 74 69 6e  67 0a 0d 69 73 20 6d 75  | printing..is mu|
000005d0  63 68 20 73 6c 6f 77 65  72 20 74 68 61 6e 20 6e  |ch slower than n|
000005e0  6f 72 6d 61 6c 20 70 72  69 6e 74 69 6e 67 20 61  |ormal printing a|
000005f0  73 20 65 61 63 68 20 63  68 61 72 61 63 74 65 72  |s each character|
00000600  20 68 61 73 20 74 6f 20  62 65 20 70 72 69 6e 74  | has to be print|
00000610  65 64 20 74 68 72 65 65  20 0a 0d 74 69 6d 65 73  |ed three ..times|
00000620  2c 20 73 6f 20 69 74 20  73 68 6f 75 6c 64 20 6f  |, so it should o|
00000630  6e 6c 79 20 62 65 20 75  73 65 64 20 66 6f 72 20  |nly be used for |
00000640  70 72 69 6e 74 69 6e 67  20 66 69 6e 61 6c 20 64  |printing final d|
00000650  6f 63 75 6d 65 6e 74 73  2e 20 0a 0d 0a 0d 20 20  |ocuments. ....  |
00000660  20 20 20 2a 43 4f 44 45  20 30 20 73 65 6e 64 73  |   *CODE 0 sends|
00000670  20 74 68 65 20 6c 61 73  74 20 6c 69 6e 65 20 6f  | the last line o|
00000680  66 20 70 72 69 6e 74 20  74 6f 20 74 68 65 20 70  |f print to the p|
00000690  72 69 6e 74 65 72 20 61  6e 64 20 74 68 65 6e 20  |rinter and then |
000006a0  74 75 72 6e 73 20 4e 4c  51 20 0a 0d 70 72 69 6e  |turns NLQ ..prin|
000006b0  74 69 6e 67 20 6f 66 66  2e 0a 0d 0a 0d 20 20 20  |ting off.....   |
000006c0  20 20 4e 6f 72 6d 61 6c  20 70 72 69 6e 74 69 6e  |  Normal printin|
000006d0  67 20 63 61 6e 20 62 65  20 70 72 6f 64 75 63 65  |g can be produce|
000006e0  20 62 79 20 56 44 55 32  20 6f 72 20 43 54 52 4c  | by VDU2 or CTRL|
000006f0  20 42 2c 20 62 75 74 20  6f 6e 6c 79 20 77 68 65  | B, but only whe|
00000700  6e 20 4e 4c 51 20 0a 0d  70 72 69 6e 74 69 6e 67  |n NLQ ..printing|
00000710  20 68 61 73 20 62 65 65  6e 20 74 75 72 6e 65 64  | has been turned|
00000720  20 6f 66 66 2e 28 55 73  69 6e 67 20 2a 43 4f 44  | off.(Using *COD|
00000730  45 20 30 29 2e 20 41 6c  73 6f 20 77 68 65 6e 20  |E 0). Also when |
00000740  70 72 69 6e 74 69 6e 67  20 74 65 78 74 20 69 6e  |printing text in|
00000750  20 4e 4c 51 2c 20 0a 0d  73 65 6e 64 69 6e 67 20  | NLQ, ..sending |
00000760  73 6f 6d 65 20 63 6f 6e  74 72 6f 6c 20 63 6f 64  |some control cod|
00000770  65 73 20 74 6f 20 74 68  65 20 70 72 69 6e 74 65  |es to the printe|
00000780  72 2c 20 66 6f 72 20 65  78 61 6d 70 6c 65 20 74  |r, for example t|
00000790  6f 20 6d 61 6b 65 20 69  74 20 75 6e 64 65 72 20  |o make it under |
000007a0  6c 69 6e 65 20 0a 0d 74  65 78 74 2c 20 77 69 6c  |line ..text, wil|
000007b0  6c 20 6e 6f 74 20 77 6f  72 6b 2e 0a 0d 0a 0d 0a  |l not work......|
000007c0  0d 0a 0d 20 20 20 20 20  20 20 20 20 20 4e 4c 51  |...          NLQ|
000007d0  43 48 52 53 20 69 73 20  61 20 70 72 6f 67 72 61  |CHRS is a progra|
000007e0  6d 20 64 65 73 69 6e 65  64 20 74 6f 20 70 72 69  |m desined to pri|
000007f0  6e 74 20 6f 75 74 20 74  68 65 20 65 6e 74 69 72  |nt out the entir|
00000800  65 20 4e 4c 51 20 63 68  61 72 61 63 74 65 72 20  |e NLQ character |
00000810  0a 0d 73 65 74 20 6f 6e  63 65 20 74 68 65 20 66  |..set once the f|
00000820  69 6c 65 20 4e 4c 51 20  68 61 73 20 62 65 65 6e  |ile NLQ has been|
00000830  20 63 72 65 61 74 65 64  20 28 75 73 69 6e 67 20  | created (using |
00000840  4e 4c 51 2f 41 53 53 29  2e 20 59 6f 75 20 73 69  |NLQ/ASS). You si|
00000850  6d 70 6c 79 20 63 68 61  69 6e 20 74 68 65 20 0a  |mply chain the .|
00000860  0d 70 72 6f 67 72 61 6d  2c 20 63 68 65 63 6b 20  |.program, check |
00000870  79 6f 75 72 20 70 72 69  6e 74 65 72 20 69 73 20  |your printer is |
00000880  6f 6e 20 61 6e 64 20 70  72 65 73 73 20 73 70 61  |on and press spa|
00000890  63 65 2e 20 41 6c 6c 20  74 68 65 20 63 68 61 72  |ce. All the char|
000008a0  61 63 74 65 72 73 20 66  72 6f 6d 20 33 32 20 0a  |acters from 32 .|
000008b0  0d 74 6f 20 31 32 36 20  69 73 20 64 69 73 70 6c  |.to 126 is displ|
000008c0  61 79 65 64 20 6f 6e 20  74 68 65 20 73 63 72 65  |ayed on the scre|
000008d0  65 6e 20 61 6e 64 20 70  72 69 6e 74 65 64 2e 0a  |en and printed..|
000008e0  0d 0a 0d 0a 0d 0a 0d 20  20 20 20 20 20 20 20 20  |.......         |
000008f0  20 4e 4c 51 2f 44 45 46  20 69 73 20 74 68 65 20  | NLQ/DEF is the |
00000900  70 72 6f 67 72 61 6d 20  75 73 65 64 20 74 6f 20  |program used to |
00000910  64 65 73 69 67 6e 20 74  68 65 20 4e 4c 51 20 63  |design the NLQ c|
00000920  68 61 72 61 63 74 65 72  73 2e 20 57 68 65 6e 20  |haracters. When |
00000930  72 75 6e 20 69 74 0a 0d  64 69 73 70 6c 61 79 65  |run it..displaye|
00000940  73 20 61 20 67 72 69 64  20 6f 66 20 31 32 20 62  |s a grid of 12 b|
00000950  79 20 32 34 20 73 71 75  61 72 65 73 20 6f 6e 20  |y 24 squares on |
00000960  77 68 69 63 68 20 65 61  63 68 20 63 68 61 72 61  |which each chara|
00000970  63 74 65 72 20 69 73 20  64 65 73 69 67 6e 65 64  |cter is designed|
00000980  2e 20 49 74 20 0a 0d 77  69 6c 6c 20 61 75 74 6f  |. It ..will auto|
00000990  6d 61 74 69 63 61 6c 6c  79 20 64 69 73 70 6c 61  |matically displa|
000009a0  79 20 63 68 61 72 61 63  74 65 72 20 33 33 20 74  |y character 33 t|
000009b0  68 65 20 65 78 63 6c 61  6d 61 74 69 6f 6e 20 6d  |he exclamation m|
000009c0  61 72 6b 22 21 22 20 6f  6e 20 74 68 69 73 20 67  |ark"!" on this g|
000009d0  72 69 64 2e 20 0a 0d 54  68 65 72 65 20 61 72 65  |rid. ..There are|
000009e0  20 76 61 72 69 6f 75 73  20 6b 65 79 73 20 75 73  | various keys us|
000009f0  65 64 20 74 6f 20 63 6f  6e 74 72 6f 6c 20 74 68  |ed to control th|
00000a00  69 73 20 70 72 6f 67 72  61 6d 2c 20 74 68 65 79  |is program, they|
00000a10  20 61 72 65 3a 0a 0d 0a  0d 0a 0d 20 20 20 20 20  | are:......     |
00000a20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 22  |               "|
00000a30  43 55 52 53 4f 52 20 4b  45 59 53 22 20 2d 20 55  |CURSOR KEYS" - U|
00000a40  73 65 64 20 74 6f 20 67  75 69 64 65 20 74 68 65  |sed to guide the|
00000a50  20 63 75 73 6f 72 20 61  72 6f 75 6e 64 20 74 68  | cusor around th|
00000a60  65 20 67 72 69 64 2e 0a  0d 0a 0d 20 20 20 20 20  |e grid.....     |
00000a70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 22  |               "|
00000a80  31 22 20 2d 20 46 69 6c  6c 73 20 69 6e 20 74 68  |1" - Fills in th|
00000a90  65 20 73 71 75 61 72 65  20 64 69 72 65 63 74 6c  |e square directl|
00000aa0  79 20 61 62 6f 76 65 20  74 68 65 20 63 75 72 73  |y above the curs|
00000ab0  6f 72 2e 0a 0d 0a 0d 20  20 20 20 20 20 20 20 20  |or.....         |
00000ac0  20 20 20 20 20 20 20 20  20 20 20 22 30 22 20 2d  |           "0" -|
00000ad0  20 43 6c 65 61 72 73 20  74 68 65 20 73 71 75 61  | Clears the squa|
00000ae0  72 65 20 64 69 72 65 63  74 6c 79 20 61 62 6f 76  |re directly abov|
00000af0  65 20 74 68 65 20 63 75  72 73 6f 72 2e 0a 0d 0a  |e the cursor....|
00000b00  0d 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00000b10  20 20 20 20 20 22 43 4f  50 59 22 20 2d 20 41 64  |     "COPY" - Ad|
00000b20  76 61 6e 63 65 73 20 74  6f 20 74 68 65 20 6e 65  |vances to the ne|
00000b30  78 74 20 63 68 61 72 61  63 74 65 72 2e 0a 0d 0a  |xt character....|
00000b40  0d 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00000b50  20 20 20 20 20 22 44 45  4c 45 54 45 22 20 2d 20  |     "DELETE" - |
00000b60  4d 6f 76 65 73 20 62 61  63 6b 20 74 6f 20 74 68  |Moves back to th|
00000b70  65 20 70 72 65 76 69 6f  75 73 20 63 68 61 72 61  |e previous chara|
00000b80  63 74 65 72 2e 0a 0d 0a  0d 0a 0d 20 20 20 20 20  |cter.......     |
00000b90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 22  |               "|
00000ba0  49 22 20 2d 20 41 6c 6c  6f 77 73 20 79 6f 75 20  |I" - Allows you |
00000bb0  74 6f 20 69 6e 70 75 74  20 74 68 65 20 41 53 43  |to input the ASC|
00000bc0  49 49 20 76 61 6c 75 65  20 6f 66 20 61 20 63 68  |II value of a ch|
00000bd0  61 72 61 63 74 65 72 20  0a 0d 79 6f 75 20 77 69  |aracter ..you wi|
00000be0  73 68 20 74 6f 20 64 69  73 70 6c 61 79 2e 0a 0d  |sh to display...|
00000bf0  0a 0d 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |..              |
00000c00  20 20 20 20 20 20 22 45  53 43 41 50 45 22 20 2d  |      "ESCAPE" -|
00000c10  20 45 78 69 74 73 20 70  72 6f 67 72 61 6d 2e 0a  | Exits program..|
00000c20  0d 0a 0d 0a 0d 20 20 20  20 20 20 20 20 20 20 4e  |.....          N|
00000c30  4c 51 50 52 4e 54 20 69  73 20 75 73 65 20 74 6f  |LQPRNT is use to|
00000c40  20 70 72 69 6e 74 20 74  65 78 74 20 66 69 6c 65  | print text file|
00000c50  73 20 28 73 75 63 68 20  61 73 20 74 68 69 73 20  |s (such as this |
00000c60  6f 6e 65 29 20 66 72 6f  6d 20 6d 65 6d 6f 72 79  |one) from memory|
00000c70  2e 20 0a 0d 4f 6e 63 65  20 72 75 6e 20 69 74 20  |. ..Once run it |
00000c80  69 73 20 73 74 72 61 69  67 68 74 20 66 6f 72 77  |is straight forw|
00000c90  61 72 64 20 74 6f 20 75  73 65 2e 20 49 74 20 6c  |ard to use. It l|
00000ca0  6f 61 64 73 20 74 68 65  20 66 69 6c 65 20 74 6f  |oads the file to|
00000cb0  20 62 65 20 70 72 69 6e  74 65 64 20 69 6e 74 6f  | be printed into|
00000cc0  20 0a 0d 6d 65 6d 6f 72  79 20 61 6e 64 20 61 6c  | ..memory and al|
00000cd0  6c 6f 77 73 20 79 6f 75  20 74 6f 20 73 65 74 20  |lows you to set |
00000ce0  74 68 65 20 6c 65 66 74  20 6d 61 72 67 69 6e 20  |the left margin |
00000cf0  61 6e 64 20 74 68 65 20  6c 69 6e 65 20 6c 65 6e  |and the line len|
00000d00  67 74 68 2e 20 57 68 69  6c 65 20 0a 0d 70 72 69  |gth. While ..pri|
00000d10  6e 74 69 6e 67 20 69 74  20 61 6c 73 6f 20 61 76  |nting it also av|
00000d20  6f 69 64 73 20 73 70 6c  69 74 74 69 6e 67 20 77  |oids splitting w|
00000d30  6f 72 64 73 20 6f 76 65  72 20 74 77 6f 20 6c 69  |ords over two li|
00000d40  6e 65 73 20 62 79 20 73  68 69 66 74 69 6e 67 20  |nes by shifting |
00000d50  74 68 65 20 77 68 6f 6c  65 20 0a 0d 77 6f 72 64  |the whole ..word|
00000d60  20 64 6f 77 6e 20 6f 6e  74 6f 20 74 68 65 20 6e  | down onto the n|
00000d70  65 78 74 20 6c 69 6e 65  2e 20 42 6f 74 68 20 74  |ext line. Both t|
00000d80  68 65 20 70 72 65 76 69  65 77 20 61 6e 64 20 70  |he preview and p|
00000d90  72 69 6e 74 69 6e 67 20  61 72 65 20 64 6f 6e 65  |rinting are done|
00000da0  20 69 6e 20 6d 6f 64 65  20 33 2e 0a 0d 0a 0d 0a  | in mode 3......|
00000db0  0d 0a 0d 0a 0d 0a 0d 0a  0d 0a 0d 0a 0d 0a 0d 0a  |................|
00000dc0  0d 0a 0d 0a 0d 0a 0d                              |.......|
00000dc7
Utils/NLQINFO.m0
Utils/NLQINFO.m1
Utils/NLQINFO.m2
Utils/NLQINFO.m4
Utils/NLQINFO.m5