Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_34.ADF » L/+Dimon1

L/+Dimon1

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 » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_34.ADF
Filename: L/+Dimon1
Read OK:
File size: 0847 bytes
Load address: 2B206576
Exec address: 6F6D6944
File contents
        *******************************************************
        Richard Dimond, 5 Briary Court, SIDCUP, Kent, DA14 6HZ. 
                      Tel. (0181) 302 2395
        *******************************************************
                            18/9/97
Dear Gus,

I must apologise for printer routine not working with perforation skip.  I
do not use continuous sheet feed with my printer and so had not checked it
fully and thought I had copied the routine correctly from CODE5.

I found that I must have altered one line to break out of the program with
an RTS instruction and had not restored the correct line.  This resulted
in the first line only of each file being printed!  I have now corrected
this and also amended the routine to avoid an unnecessary jump.

I hope that all is well now.  I have checked the routine as best I can by
altering temporaarily the values entered in 'lines' and 'skiplines' in the
menu.  These may be altered to suit your printer and paper if the values
are not correct - I had to guess these values when I first did the coding.

If there are any further problems, please let me know and I shall do my
best to sort them out.

Regards,

Richard

Sorry about this Richard but I can't get your new CODE6 to run properly.
When printing to the screen it printed the first 6 lines or so
continuously and the cycle can only be broken by pressing break when the
computer resets itself.

I checked the listing and compared it with the last listing for CODE6. I
noticed changes in lines 130 and 670, also a new line 135.

I tried altering ?lines=6 to ?lines=60 to no effect.

I put an RTS into 670 as in the previous version of CODE6 and I got
printing to the screen but printing to paper only printed 2 lines then
stopped.

On a brighter note I have finally remembered to use your bold print which
you provided. 

Now if everyone finds out how to do it they might all send in text in bold
print then we will be back to square one, well not quite because if
anything can get members to write something and send it in for the rest of
us then we have gained a lot.
00000000  0d 20 20 20 20 20 20 20  20 2a 2a 2a 2a 2a 2a 2a  |.        *******|
00000010  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00000040  0d 20 20 20 20 20 20 20  20 52 69 63 68 61 72 64  |.        Richard|
00000050  20 44 69 6d 6f 6e 64 2c  20 35 20 42 72 69 61 72  | Dimond, 5 Briar|
00000060  79 20 43 6f 75 72 74 2c  20 53 49 44 43 55 50 2c  |y Court, SIDCUP,|
00000070  20 4b 65 6e 74 2c 20 44  41 31 34 20 36 48 5a 2e  | Kent, DA14 6HZ.|
00000080  20 0d 20 20 20 20 20 20  20 20 20 20 20 20 20 20  | .              |
00000090  20 20 20 20 20 20 20 20  54 65 6c 2e 20 28 30 31  |        Tel. (01|
000000a0  38 31 29 20 33 30 32 20  32 33 39 35 0d 20 20 20  |81) 302 2395.   |
000000b0  20 20 20 20 20 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |     ***********|
000000c0  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
000000e0  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 0d 20 20 20  |************.   |
000000f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000100  20 20 20 20 20 20 20 20  20 31 38 2f 39 2f 39 37  |         18/9/97|
00000110  0d 44 65 61 72 20 47 75  73 2c 0d 0d 49 20 6d 75  |.Dear Gus,..I mu|
00000120  73 74 20 61 70 6f 6c 6f  67 69 73 65 20 66 6f 72  |st apologise for|
00000130  20 70 72 69 6e 74 65 72  20 72 6f 75 74 69 6e 65  | printer routine|
00000140  20 6e 6f 74 20 77 6f 72  6b 69 6e 67 20 77 69 74  | not working wit|
00000150  68 20 70 65 72 66 6f 72  61 74 69 6f 6e 20 73 6b  |h perforation sk|
00000160  69 70 2e 20 20 49 0d 64  6f 20 6e 6f 74 20 75 73  |ip.  I.do not us|
00000170  65 20 63 6f 6e 74 69 6e  75 6f 75 73 20 73 68 65  |e continuous she|
00000180  65 74 20 66 65 65 64 20  77 69 74 68 20 6d 79 20  |et feed with my |
00000190  70 72 69 6e 74 65 72 20  61 6e 64 20 73 6f 20 68  |printer and so h|
000001a0  61 64 20 6e 6f 74 20 63  68 65 63 6b 65 64 20 69  |ad not checked i|
000001b0  74 0d 66 75 6c 6c 79 20  61 6e 64 20 74 68 6f 75  |t.fully and thou|
000001c0  67 68 74 20 49 20 68 61  64 20 63 6f 70 69 65 64  |ght I had copied|
000001d0  20 74 68 65 20 72 6f 75  74 69 6e 65 20 63 6f 72  | the routine cor|
000001e0  72 65 63 74 6c 79 20 66  72 6f 6d 20 43 4f 44 45  |rectly from CODE|
000001f0  35 2e 0d 0d 49 20 66 6f  75 6e 64 20 74 68 61 74  |5...I found that|
00000200  20 49 20 6d 75 73 74 20  68 61 76 65 20 61 6c 74  | I must have alt|
00000210  65 72 65 64 20 6f 6e 65  20 6c 69 6e 65 20 74 6f  |ered one line to|
00000220  20 62 72 65 61 6b 20 6f  75 74 20 6f 66 20 74 68  | break out of th|
00000230  65 20 70 72 6f 67 72 61  6d 20 77 69 74 68 0d 61  |e program with.a|
00000240  6e 1a 20 52 54 53 1a 20  69 6e 73 74 72 75 63 74  |n. RTS. instruct|
00000250  69 6f 6e 20 61 6e 64 20  68 61 64 20 6e 6f 74 20  |ion and had not |
00000260  72 65 73 74 6f 72 65 64  20 74 68 65 20 63 6f 72  |restored the cor|
00000270  72 65 63 74 20 6c 69 6e  65 2e 20 20 54 68 69 73  |rect line.  This|
00000280  20 72 65 73 75 6c 74 65  64 0d 69 6e 20 74 68 65  | resulted.in the|
00000290  20 66 69 72 73 74 1a 20  6c 69 6e 65 1a 20 6f 6e  | first. line. on|
000002a0  6c 79 20 6f 66 20 65 61  63 68 20 66 69 6c 65 20  |ly of each file |
000002b0  62 65 69 6e 67 20 70 72  69 6e 74 65 64 21 20 20  |being printed!  |
000002c0  49 20 68 61 76 65 20 6e  6f 77 20 63 6f 72 72 65  |I have now corre|
000002d0  63 74 65 64 0d 74 68 69  73 20 61 6e 64 20 61 6c  |cted.this and al|
000002e0  73 6f 20 61 6d 65 6e 64  65 64 20 74 68 65 20 72  |so amended the r|
000002f0  6f 75 74 69 6e 65 20 74  6f 20 61 76 6f 69 64 20  |outine to avoid |
00000300  61 6e 20 75 6e 6e 65 63  65 73 73 61 72 79 20 6a  |an unnecessary j|
00000310  75 6d 70 2e 0d 0d 49 20  68 6f 70 65 20 74 68 61  |ump...I hope tha|
00000320  74 20 61 6c 6c 20 69 73  1a 20 77 65 6c 6c 20 6e  |t all is. well n|
00000330  6f 77 2e 20 20 49 20 68  61 76 65 20 63 68 65 63  |ow.  I have chec|
00000340  6b 65 64 20 74 68 65 20  72 6f 75 74 69 6e 65 20  |ked the routine |
00000350  61 73 20 62 65 73 74 20  49 20 63 61 6e 20 62 79  |as best I can by|
00000360  0d 61 6c 74 65 72 69 6e  67 20 74 65 6d 70 6f 72  |.altering tempor|
00000370  61 61 72 69 6c 79 20 74  68 65 20 76 61 6c 75 65  |aarily the value|
00000380  73 20 65 6e 74 65 72 65  64 20 69 6e 20 27 6c 69  |s entered in 'li|
00000390  6e 65 73 27 20 61 6e 64  20 27 73 6b 69 70 6c 69  |nes' and 'skipli|
000003a0  6e 65 73 27 20 69 6e 20  74 68 65 0d 6d 65 6e 75  |nes' in the.menu|
000003b0  2e 20 20 54 68 65 73 65  20 6d 61 79 20 62 65 20  |.  These may be |
000003c0  61 6c 74 65 72 65 64 20  74 6f 1a 20 73 75 69 74  |altered to. suit|
000003d0  1a 20 79 6f 75 72 20 70  72 69 6e 74 65 72 20 61  |. your printer a|
000003e0  6e 64 20 70 61 70 65 72  20 69 66 20 74 68 65 20  |nd paper if the |
000003f0  76 61 6c 75 65 73 0d 61  72 65 20 6e 6f 74 20 63  |values.are not c|
00000400  6f 72 72 65 63 74 20 2d  20 49 20 68 61 64 20 74  |orrect - I had t|
00000410  6f 20 67 75 65 73 73 20  74 68 65 73 65 20 76 61  |o guess these va|
00000420  6c 75 65 73 20 77 68 65  6e 20 49 20 66 69 72 73  |lues when I firs|
00000430  74 20 64 69 64 20 74 68  65 20 63 6f 64 69 6e 67  |t did the coding|
00000440  2e 0d 0d 49 66 20 74 68  65 72 65 20 61 72 65 20  |...If there are |
00000450  61 6e 79 20 66 75 72 74  68 65 72 20 70 72 6f 62  |any further prob|
00000460  6c 65 6d 73 2c 20 70 6c  65 61 73 65 1a 20 6c 65  |lems, please. le|
00000470  74 1a 20 6d 65 1a 20 6b  6e 6f 77 20 61 6e 64 20  |t. me. know and |
00000480  49 20 73 68 61 6c 6c 20  64 6f 20 6d 79 0d 62 65  |I shall do my.be|
00000490  73 74 20 74 6f 20 73 6f  72 74 20 74 68 65 6d 20  |st to sort them |
000004a0  6f 75 74 2e 0d 0d 52 65  67 61 72 64 73 2c 0d 0d  |out...Regards,..|
000004b0  52 69 63 68 61 72 64 0d  1c 0d 53 6f 72 72 79 20  |Richard...Sorry |
000004c0  61 62 6f 75 74 20 74 68  69 73 20 52 69 63 68 61  |about this Richa|
000004d0  72 64 20 62 75 74 20 49  20 63 61 6e 27 74 20 67  |rd but I can't g|
000004e0  65 74 20 79 6f 75 72 20  6e 65 77 20 43 4f 44 45  |et your new CODE|
000004f0  36 20 74 6f 20 72 75 6e  20 70 72 6f 70 65 72 6c  |6 to run properl|
00000500  79 2e 0d 57 68 65 6e 20  70 72 69 6e 74 69 6e 67  |y..When printing|
00000510  20 74 6f 20 74 68 65 20  73 63 72 65 65 6e 20 69  | to the screen i|
00000520  74 20 70 72 69 6e 74 65  64 20 74 68 65 20 66 69  |t printed the fi|
00000530  72 73 74 20 36 20 6c 69  6e 65 73 20 6f 72 20 73  |rst 6 lines or s|
00000540  6f 0d 63 6f 6e 74 69 6e  75 6f 75 73 6c 79 20 61  |o.continuously a|
00000550  6e 64 20 74 68 65 20 63  79 63 6c 65 20 63 61 6e  |nd the cycle can|
00000560  20 6f 6e 6c 79 20 62 65  20 62 72 6f 6b 65 6e 20  | only be broken |
00000570  62 79 20 70 72 65 73 73  69 6e 67 20 62 72 65 61  |by pressing brea|
00000580  6b 20 77 68 65 6e 20 74  68 65 0d 63 6f 6d 70 75  |k when the.compu|
00000590  74 65 72 20 72 65 73 65  74 73 20 69 74 73 65 6c  |ter resets itsel|
000005a0  66 2e 0d 0d 49 20 63 68  65 63 6b 65 64 20 74 68  |f...I checked th|
000005b0  65 20 6c 69 73 74 69 6e  67 20 61 6e 64 20 63 6f  |e listing and co|
000005c0  6d 70 61 72 65 64 20 69  74 20 77 69 74 68 20 74  |mpared it with t|
000005d0  68 65 20 6c 61 73 74 20  6c 69 73 74 69 6e 67 20  |he last listing |
000005e0  66 6f 72 20 43 4f 44 45  36 2e 20 49 0d 6e 6f 74  |for CODE6. I.not|
000005f0  69 63 65 64 20 63 68 61  6e 67 65 73 20 69 6e 20  |iced changes in |
00000600  6c 69 6e 65 73 20 31 33  30 20 61 6e 64 20 36 37  |lines 130 and 67|
00000610  30 2c 20 61 6c 73 6f 20  61 20 6e 65 77 20 6c 69  |0, also a new li|
00000620  6e 65 20 31 33 35 2e 0d  0d 49 20 74 72 69 65 64  |ne 135...I tried|
00000630  20 61 6c 74 65 72 69 6e  67 20 3f 6c 69 6e 65 73  | altering ?lines|
00000640  3d 36 20 74 6f 20 3f 6c  69 6e 65 73 3d 36 30 20  |=6 to ?lines=60 |
00000650  74 6f 20 6e 6f 20 65 66  66 65 63 74 2e 0d 0d 49  |to no effect...I|
00000660  20 70 75 74 20 61 6e 20  52 54 53 20 69 6e 74 6f  | put an RTS into|
00000670  20 36 37 30 20 61 73 20  69 6e 20 74 68 65 20 70  | 670 as in the p|
00000680  72 65 76 69 6f 75 73 20  76 65 72 73 69 6f 6e 20  |revious version |
00000690  6f 66 20 43 4f 44 45 36  20 61 6e 64 20 49 20 67  |of CODE6 and I g|
000006a0  6f 74 0d 70 72 69 6e 74  69 6e 67 20 74 6f 20 74  |ot.printing to t|
000006b0  68 65 20 73 63 72 65 65  6e 20 62 75 74 20 70 72  |he screen but pr|
000006c0  69 6e 74 69 6e 67 20 74  6f 20 70 61 70 65 72 20  |inting to paper |
000006d0  6f 6e 6c 79 20 70 72 69  6e 74 65 64 20 32 20 6c  |only printed 2 l|
000006e0  69 6e 65 73 20 74 68 65  6e 0d 73 74 6f 70 70 65  |ines then.stoppe|
000006f0  64 2e 0d 0d 4f 6e 20 61  20 62 72 69 67 68 74 65  |d...On a brighte|
00000700  72 20 6e 6f 74 65 20 49  20 68 61 76 65 20 66 69  |r note I have fi|
00000710  6e 61 6c 6c 79 20 72 65  6d 65 6d 62 65 72 65 64  |nally remembered|
00000720  20 74 6f 20 75 73 65 20  79 6f 75 72 20 62 6f 6c  | to use your bol|
00000730  64 20 70 72 69 6e 74 20  77 68 69 63 68 0d 79 6f  |d print which.yo|
00000740  75 20 70 72 6f 76 69 64  65 64 2e 20 0d 0d 4e 6f  |u provided. ..No|
00000750  77 20 69 66 20 65 76 65  72 79 6f 6e 65 20 66 69  |w if everyone fi|
00000760  6e 64 73 20 6f 75 74 20  68 6f 77 20 74 6f 20 64  |nds out how to d|
00000770  6f 20 69 74 20 74 68 65  79 20 6d 69 67 68 74 20  |o it they might |
00000780  61 6c 6c 20 73 65 6e 64  20 69 6e 20 74 65 78 74  |all send in text|
00000790  20 69 6e 20 62 6f 6c 64  0d 70 72 69 6e 74 20 74  | in bold.print t|
000007a0  68 65 6e 20 77 65 20 77  69 6c 6c 20 62 65 20 62  |hen we will be b|
000007b0  61 63 6b 20 74 6f 20 73  71 75 61 72 65 20 6f 6e  |ack to square on|
000007c0  65 2c 20 77 65 6c 6c 20  6e 6f 74 20 71 75 69 74  |e, well not quit|
000007d0  65 20 62 65 63 61 75 73  65 20 69 66 0d 61 6e 79  |e because if.any|
000007e0  74 68 69 6e 67 20 63 61  6e 20 67 65 74 20 6d 65  |thing can get me|
000007f0  6d 62 65 72 73 20 74 6f  20 77 72 69 74 65 20 73  |mbers to write s|
00000800  6f 6d 65 74 68 69 6e 67  20 61 6e 64 20 73 65 6e  |omething and sen|
00000810  64 20 69 74 20 69 6e 20  66 6f 72 20 74 68 65 20  |d it in for the |
00000820  72 65 73 74 20 6f 66 0d  75 73 20 74 68 65 6e 20  |rest of.us then |
00000830  77 65 20 68 61 76 65 20  67 61 69 6e 65 64 20 61  |we have gained a|
00000840  20 6c 6f 74 2e 1c 0d                              | lot...|
00000847
L/+Dimon1.m0
L/+Dimon1.m1
L/+Dimon1.m2
L/+Dimon1.m4
L/+Dimon1.m5