Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_28.ADF » L/+Warnr1
L/+Warnr1
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_28.ADF |
Filename: | L/+Warnr1 |
Read OK: | ✔ |
File size: | 1022 bytes |
Load address: | 2B206576 |
Exec address: | 6E726157 |
File contents
6 August 1996 Dear Gus Note quite sure what happened when I removed from Tunbridge Wells to Nottingham? I remeber writing to you to notify the changed address and after the move received one disc addressed to T/wells, I wrote again pointing out the error. At the time I felt that EUG had quite likely failed but now realise that it is possable thet future discs went to the old address or more likely the sub ran out. Wilst I have spent a lot of time wordprocessing and spreadsheeting not much else has taken place in the way of computing in the first eighteen months of retirement and fourteen months in Nottingham. Tunbridge Wells is not entirely finalised yet! Someone somewhere lost the policy relating to the mortgage endowment! I hold a letter from the Assurance company informing me that the original was sent to the building society as security for the loan. My solicitor has a letter from the building society advising him that they have no record of the document. (Their english, not mine). Assurance society now wants a statutory declaration which effectively says that I lost the policy! However it also declares that I have or have caused to be made a full an through search for the piece of paper! Not being satisfied that a through search has been made I am threatening ombudsmen all round. Turning to other things, do any of your contacts have any knowledge of how Slogger's Click will respond in the year 2000? The calendar on my version will not pass Dec 1998. Having tried the calendar write to instructions in section 10.2.2. of the Click document I can only write to the clock. Whilst Andrew Hilbig was very competant in most respects documentation was not a strong point. Something quite important missing from the instructions maybe the reason, alternatively the routine to actually alter the calander day, date and year maybe has a bug. Or maybe not there at all. Any which way I have enclosed a print of the routine that alters the time in the clock. Perhaps somebody somewhere has successfully expanded it to alter the day, date and year. Yours sincerely, Roy Warner. 10 MODE6:HIMEM=&5000 20 base=HIMEM+1 30 FOR pass=0TO3STEP3 40 P%=base:[OPT pass 50 .go:LDA#15 60 LDX#para MOD256:LDY#para DIV256 70 JSR&FFF1 80 RTS 90 .para 100 EQUB&08 110 EQUS"15:30:00" 120 EQUB&0D 130 ]:NEXT 140 CALLgo 150 VDU12 160 PRINT$(para+1) 165 PRINT"Any key" 170 Z=GET 180 *click line 50 OSWORD works on a value in the accumulator with the address of a parameter block in X & Y Puts 15 in the accumulator = write clock. line 100 the first value in the block to define purpose of the CALL Puts 8 as first entry in the parameter block New date only would be EQUB&0F New date and time would be EQUB HEX24 PS This sets the time to 3.30 pm (line 110) To change the time alter the digits in the quotes to any twenty four hour clock setting ie hours minutes seconds Nothing very fancy in my attempt just tried "Fri,09 Aug 199615:30:00" Result it writes to the parameter block but does not write to the calendar. PPS These calls are Master 128 Real time clock CALLs. As described in the new advanced user guide page 353 19.4 I have not tried writing to the clock then reading it before entering click (line 180) I will try that also going back to basic Electron without any additions other than Plus 1. *TIME is a Master 127 CALL and it works! All I need to be able to do is spare the time. How did I ever manage to go to work each day? APPOLOGIES RE YOUR SUBSCRIPTION TO EUG. PROBLEM NOW SOLVED. COMMISERATIONS AND SYMPATHIES ON MOVING HOUSE. I THINK IT'S DESIGNED TO BE AS DIFFICULT AS POSSABLE TO CONVINCE US MEAR MORTALS THAT WE NEED EXPENSIVE PROFESSIONAL HELP, WHICH WE DO. I HAVE RECENTLY GOT MYSELF A CLICK. I MUST CONFESS TO BEING A LITTLE DISAPPOINTED SINCE IT SEEMS A BIT LIMITED BUT THEN I AM TRYING TO WORK WITH A HUGE EUG MEMBERSHIP. IF I WAS JUST USING IT FOR EVERYDAY THINGS IT WOULD PROBABLY BE A LOT BETTER. I DO LIKE THE SNAPSHOOT FACILITY THOUGH I HAVEN'T HAD A CHANCE TO TRY IT YET. I HAVE FOUND THAT MY SLOGGER PLUS 1 ROM SEEMS TO CRASH WHEN I TRY TO USE IT WITH CLICK IN.
00000000 36 20 41 75 67 75 73 74 20 31 39 39 36 0d 0d 44 |6 August 1996..D| 00000010 65 61 72 20 47 75 73 0d 0d 4e 6f 74 65 20 71 75 |ear Gus..Note qu| 00000020 69 74 65 20 73 75 72 65 20 77 68 61 74 20 68 61 |ite sure what ha| 00000030 70 70 65 6e 65 64 20 77 68 65 6e 20 49 20 72 65 |ppened when I re| 00000040 6d 6f 76 65 64 20 66 72 6f 6d 20 54 75 6e 62 72 |moved from Tunbr| 00000050 69 64 67 65 20 57 65 6c 6c 73 20 74 6f 0d 4e 6f |idge Wells to.No| 00000060 74 74 69 6e 67 68 61 6d 3f 20 49 20 72 65 6d 65 |ttingham? I reme| 00000070 62 65 72 20 77 72 69 74 69 6e 67 20 74 6f 20 79 |ber writing to y| 00000080 6f 75 20 74 6f 20 6e 6f 74 69 66 79 20 74 68 65 |ou to notify the| 00000090 20 63 68 61 6e 67 65 64 20 61 64 64 72 65 73 73 | changed address| 000000a0 20 61 6e 64 0d 61 66 74 65 72 20 74 68 65 20 6d | and.after the m| 000000b0 6f 76 65 20 72 65 63 65 69 76 65 64 20 6f 6e 65 |ove received one| 000000c0 20 64 69 73 63 20 61 64 64 72 65 73 73 65 64 20 | disc addressed | 000000d0 74 6f 20 54 2f 77 65 6c 6c 73 2c 20 49 20 77 72 |to T/wells, I wr| 000000e0 6f 74 65 20 61 67 61 69 6e 0d 70 6f 69 6e 74 69 |ote again.pointi| 000000f0 6e 67 20 6f 75 74 20 74 68 65 20 65 72 72 6f 72 |ng out the error| 00000100 2e 0d 0d 41 74 20 74 68 65 20 74 69 6d 65 20 49 |...At the time I| 00000110 20 66 65 6c 74 20 74 68 61 74 20 45 55 47 20 68 | felt that EUG h| 00000120 61 64 20 71 75 69 74 65 20 6c 69 6b 65 6c 79 20 |ad quite likely | 00000130 66 61 69 6c 65 64 20 62 75 74 20 6e 6f 77 20 72 |failed but now r| 00000140 65 61 6c 69 73 65 20 74 68 61 74 0d 69 74 20 69 |ealise that.it i| 00000150 73 20 70 6f 73 73 61 62 6c 65 20 74 68 65 74 20 |s possable thet | 00000160 66 75 74 75 72 65 20 64 69 73 63 73 20 77 65 6e |future discs wen| 00000170 74 20 74 6f 20 74 68 65 20 6f 6c 64 20 61 64 64 |t to the old add| 00000180 72 65 73 73 20 6f 72 20 6d 6f 72 65 20 6c 69 6b |ress or more lik| 00000190 65 6c 79 0d 74 68 65 20 73 75 62 20 72 61 6e 20 |ely.the sub ran | 000001a0 6f 75 74 2e 0d 0d 57 69 6c 73 74 20 49 20 68 61 |out...Wilst I ha| 000001b0 76 65 20 73 70 65 6e 74 20 61 20 6c 6f 74 20 6f |ve spent a lot o| 000001c0 66 20 74 69 6d 65 20 77 6f 72 64 70 72 6f 63 65 |f time wordproce| 000001d0 73 73 69 6e 67 20 61 6e 64 20 73 70 72 65 61 64 |ssing and spread| 000001e0 73 68 65 65 74 69 6e 67 20 6e 6f 74 0d 6d 75 63 |sheeting not.muc| 000001f0 68 20 65 6c 73 65 20 68 61 73 20 74 61 6b 65 6e |h else has taken| 00000200 20 70 6c 61 63 65 20 69 6e 20 74 68 65 20 77 61 | place in the wa| 00000210 79 20 6f 66 20 63 6f 6d 70 75 74 69 6e 67 20 69 |y of computing i| 00000220 6e 20 74 68 65 20 66 69 72 73 74 20 65 69 67 68 |n the first eigh| 00000230 74 65 65 6e 0d 6d 6f 6e 74 68 73 20 6f 66 20 72 |teen.months of r| 00000240 65 74 69 72 65 6d 65 6e 74 20 61 6e 64 20 66 6f |etirement and fo| 00000250 75 72 74 65 65 6e 20 6d 6f 6e 74 68 73 20 69 6e |urteen months in| 00000260 20 4e 6f 74 74 69 6e 67 68 61 6d 2e 0d 0d 54 75 | Nottingham...Tu| 00000270 6e 62 72 69 64 67 65 20 57 65 6c 6c 73 20 69 73 |nbridge Wells is| 00000280 20 6e 6f 74 20 65 6e 74 69 72 65 6c 79 20 66 69 | not entirely fi| 00000290 6e 61 6c 69 73 65 64 20 79 65 74 21 20 53 6f 6d |nalised yet! Som| 000002a0 65 6f 6e 65 20 73 6f 6d 65 77 68 65 72 65 20 6c |eone somewhere l| 000002b0 6f 73 74 20 74 68 65 0d 70 6f 6c 69 63 79 20 72 |ost the.policy r| 000002c0 65 6c 61 74 69 6e 67 20 74 6f 20 74 68 65 20 6d |elating to the m| 000002d0 6f 72 74 67 61 67 65 20 65 6e 64 6f 77 6d 65 6e |ortgage endowmen| 000002e0 74 21 20 49 20 68 6f 6c 64 20 61 20 6c 65 74 74 |t! I hold a lett| 000002f0 65 72 20 66 72 6f 6d 20 74 68 65 0d 41 73 73 75 |er from the.Assu| 00000300 72 61 6e 63 65 20 63 6f 6d 70 61 6e 79 20 69 6e |rance company in| 00000310 66 6f 72 6d 69 6e 67 20 6d 65 20 74 68 61 74 20 |forming me that | 00000320 74 68 65 20 6f 72 69 67 69 6e 61 6c 20 77 61 73 |the original was| 00000330 20 73 65 6e 74 20 74 6f 20 74 68 65 20 62 75 69 | sent to the bui| 00000340 6c 64 69 6e 67 0d 73 6f 63 69 65 74 79 20 61 73 |lding.society as| 00000350 20 73 65 63 75 72 69 74 79 20 66 6f 72 20 74 68 | security for th| 00000360 65 20 6c 6f 61 6e 2e 20 4d 79 20 73 6f 6c 69 63 |e loan. My solic| 00000370 69 74 6f 72 20 68 61 73 20 61 20 6c 65 74 74 65 |itor has a lette| 00000380 72 20 66 72 6f 6d 20 74 68 65 0d 62 75 69 6c 64 |r from the.build| 00000390 69 6e 67 20 73 6f 63 69 65 74 79 20 61 64 76 69 |ing society advi| 000003a0 73 69 6e 67 20 68 69 6d 20 74 68 61 74 20 74 68 |sing him that th| 000003b0 65 79 20 68 61 76 65 20 6e 6f 20 72 65 63 6f 72 |ey have no recor| 000003c0 64 20 6f 66 20 74 68 65 20 64 6f 63 75 6d 65 6e |d of the documen| 000003d0 74 2e 0d 28 54 68 65 69 72 20 65 6e 67 6c 69 73 |t..(Their englis| 000003e0 68 2c 20 6e 6f 74 20 6d 69 6e 65 29 2e 0d 0d 41 |h, not mine)...A| 000003f0 73 73 75 72 61 6e 63 65 20 73 6f 63 69 65 74 79 |ssurance society| 00000400 20 6e 6f 77 20 77 61 6e 74 73 20 61 20 73 74 61 | now wants a sta| 00000410 74 75 74 6f 72 79 20 64 65 63 6c 61 72 61 74 69 |tutory declarati| 00000420 6f 6e 20 77 68 69 63 68 20 65 66 66 65 63 74 69 |on which effecti| 00000430 76 65 6c 79 20 73 61 79 73 0d 74 68 61 74 20 49 |vely says.that I| 00000440 20 6c 6f 73 74 20 74 68 65 20 70 6f 6c 69 63 79 | lost the policy| 00000450 21 20 48 6f 77 65 76 65 72 20 69 74 20 61 6c 73 |! However it als| 00000460 6f 20 64 65 63 6c 61 72 65 73 20 74 68 61 74 20 |o declares that | 00000470 49 20 68 61 76 65 20 6f 72 20 68 61 76 65 0d 63 |I have or have.c| 00000480 61 75 73 65 64 20 74 6f 20 62 65 20 6d 61 64 65 |aused to be made| 00000490 20 61 20 66 75 6c 6c 20 61 6e 20 74 68 72 6f 75 | a full an throu| 000004a0 67 68 20 73 65 61 72 63 68 20 66 6f 72 20 74 68 |gh search for th| 000004b0 65 20 70 69 65 63 65 20 6f 66 20 70 61 70 65 72 |e piece of paper| 000004c0 21 20 4e 6f 74 0d 62 65 69 6e 67 20 73 61 74 69 |! Not.being sati| 000004d0 73 66 69 65 64 20 74 68 61 74 20 61 20 74 68 72 |sfied that a thr| 000004e0 6f 75 67 68 20 73 65 61 72 63 68 20 68 61 73 20 |ough search has | 000004f0 62 65 65 6e 20 6d 61 64 65 20 49 20 61 6d 20 74 |been made I am t| 00000500 68 72 65 61 74 65 6e 69 6e 67 0d 6f 6d 62 75 64 |hreatening.ombud| 00000510 73 6d 65 6e 20 61 6c 6c 20 72 6f 75 6e 64 2e 0d |smen all round..| 00000520 0d 54 75 72 6e 69 6e 67 20 74 6f 20 6f 74 68 65 |.Turning to othe| 00000530 72 20 74 68 69 6e 67 73 2c 20 64 6f 20 61 6e 79 |r things, do any| 00000540 20 6f 66 20 79 6f 75 72 20 63 6f 6e 74 61 63 74 | of your contact| 00000550 73 20 68 61 76 65 20 61 6e 79 20 6b 6e 6f 77 6c |s have any knowl| 00000560 65 64 67 65 20 6f 66 20 68 6f 77 0d 53 6c 6f 67 |edge of how.Slog| 00000570 67 65 72 27 73 20 43 6c 69 63 6b 20 77 69 6c 6c |ger's Click will| 00000580 20 72 65 73 70 6f 6e 64 20 69 6e 20 74 68 65 20 | respond in the | 00000590 79 65 61 72 20 32 30 30 30 3f 0d 0d 54 68 65 20 |year 2000?..The | 000005a0 63 61 6c 65 6e 64 61 72 20 6f 6e 20 6d 79 20 76 |calendar on my v| 000005b0 65 72 73 69 6f 6e 20 77 69 6c 6c 20 6e 6f 74 20 |ersion will not | 000005c0 70 61 73 73 20 44 65 63 20 31 39 39 38 2e 20 48 |pass Dec 1998. H| 000005d0 61 76 69 6e 67 20 74 72 69 65 64 20 74 68 65 0d |aving tried the.| 000005e0 63 61 6c 65 6e 64 61 72 20 77 72 69 74 65 20 74 |calendar write t| 000005f0 6f 20 69 6e 73 74 72 75 63 74 69 6f 6e 73 20 69 |o instructions i| 00000600 6e 20 73 65 63 74 69 6f 6e 20 31 30 2e 32 2e 32 |n section 10.2.2| 00000610 2e 20 6f 66 20 74 68 65 20 43 6c 69 63 6b 20 64 |. of the Click d| 00000620 6f 63 75 6d 65 6e 74 20 49 0d 63 61 6e 20 6f 6e |ocument I.can on| 00000630 6c 79 20 77 72 69 74 65 20 74 6f 20 74 68 65 20 |ly write to the | 00000640 63 6c 6f 63 6b 2e 0d 0d 57 68 69 6c 73 74 20 41 |clock...Whilst A| 00000650 6e 64 72 65 77 20 48 69 6c 62 69 67 20 77 61 73 |ndrew Hilbig was| 00000660 20 76 65 72 79 20 63 6f 6d 70 65 74 61 6e 74 20 | very competant | 00000670 69 6e 20 6d 6f 73 74 20 72 65 73 70 65 63 74 73 |in most respects| 00000680 20 64 6f 63 75 6d 65 6e 74 61 74 69 6f 6e 20 77 | documentation w| 00000690 61 73 0d 6e 6f 74 20 61 20 73 74 72 6f 6e 67 20 |as.not a strong | 000006a0 70 6f 69 6e 74 2e 20 53 6f 6d 65 74 68 69 6e 67 |point. Something| 000006b0 20 71 75 69 74 65 20 69 6d 70 6f 72 74 61 6e 74 | quite important| 000006c0 20 6d 69 73 73 69 6e 67 20 66 72 6f 6d 20 74 68 | missing from th| 000006d0 65 0d 69 6e 73 74 72 75 63 74 69 6f 6e 73 20 6d |e.instructions m| 000006e0 61 79 62 65 20 74 68 65 20 72 65 61 73 6f 6e 2c |aybe the reason,| 000006f0 20 61 6c 74 65 72 6e 61 74 69 76 65 6c 79 20 74 | alternatively t| 00000700 68 65 20 72 6f 75 74 69 6e 65 20 74 6f 20 61 63 |he routine to ac| 00000710 74 75 61 6c 6c 79 20 61 6c 74 65 72 0d 74 68 65 |tually alter.the| 00000720 20 63 61 6c 61 6e 64 65 72 20 64 61 79 2c 20 64 | calander day, d| 00000730 61 74 65 20 61 6e 64 20 79 65 61 72 20 6d 61 79 |ate and year may| 00000740 62 65 20 68 61 73 20 61 20 62 75 67 2e 20 4f 72 |be has a bug. Or| 00000750 20 6d 61 79 62 65 20 6e 6f 74 20 74 68 65 72 65 | maybe not there| 00000760 20 61 74 0d 61 6c 6c 2e 0d 0d 41 6e 79 20 77 68 | at.all...Any wh| 00000770 69 63 68 20 77 61 79 20 49 20 68 61 76 65 20 65 |ich way I have e| 00000780 6e 63 6c 6f 73 65 64 20 61 20 70 72 69 6e 74 20 |nclosed a print | 00000790 6f 66 20 74 68 65 20 72 6f 75 74 69 6e 65 20 74 |of the routine t| 000007a0 68 61 74 20 61 6c 74 65 72 73 20 74 68 65 20 74 |hat alters the t| 000007b0 69 6d 65 0d 69 6e 20 74 68 65 20 63 6c 6f 63 6b |ime.in the clock| 000007c0 2e 20 50 65 72 68 61 70 73 20 73 6f 6d 65 62 6f |. Perhaps somebo| 000007d0 64 79 20 73 6f 6d 65 77 68 65 72 65 20 68 61 73 |dy somewhere has| 000007e0 20 73 75 63 63 65 73 73 66 75 6c 6c 79 20 65 78 | successfully ex| 000007f0 70 61 6e 64 65 64 20 69 74 20 74 6f 0d 61 6c 74 |panded it to.alt| 00000800 65 72 20 74 68 65 20 64 61 79 2c 20 64 61 74 65 |er the day, date| 00000810 20 61 6e 64 20 79 65 61 72 2e 0d 0d 59 6f 75 72 | and year...Your| 00000820 73 20 73 69 6e 63 65 72 65 6c 79 2c 0d 0d 52 6f |s sincerely,..Ro| 00000830 79 20 57 61 72 6e 65 72 2e 0d 0d 20 31 30 20 4d |y Warner... 10 M| 00000840 4f 44 45 36 3a 48 49 4d 45 4d 3d 26 35 30 30 30 |ODE6:HIMEM=&5000| 00000850 0d 20 32 30 20 62 61 73 65 3d 48 49 4d 45 4d 2b |. 20 base=HIMEM+| 00000860 31 0d 20 33 30 20 46 4f 52 20 70 61 73 73 3d 30 |1. 30 FOR pass=0| 00000870 54 4f 33 53 54 45 50 33 0d 20 34 30 20 50 25 3d |TO3STEP3. 40 P%=| 00000880 62 61 73 65 3a 5b 4f 50 54 20 70 61 73 73 0d 20 |base:[OPT pass. | 00000890 35 30 20 2e 67 6f 3a 4c 44 41 23 31 35 0d 20 36 |50 .go:LDA#15. 6| 000008a0 30 20 4c 44 58 23 70 61 72 61 20 4d 4f 44 32 35 |0 LDX#para MOD25| 000008b0 36 3a 4c 44 59 23 70 61 72 61 20 44 49 56 32 35 |6:LDY#para DIV25| 000008c0 36 0d 20 37 30 20 4a 53 52 26 46 46 46 31 0d 20 |6. 70 JSR&FFF1. | 000008d0 38 30 20 52 54 53 0d 20 39 30 20 2e 70 61 72 61 |80 RTS. 90 .para| 000008e0 0d 31 30 30 20 45 51 55 42 26 30 38 0d 31 31 30 |.100 EQUB&08.110| 000008f0 20 45 51 55 53 22 31 35 3a 33 30 3a 30 30 22 0d | EQUS"15:30:00".| 00000900 31 32 30 20 45 51 55 42 26 30 44 0d 31 33 30 20 |120 EQUB&0D.130 | 00000910 5d 3a 4e 45 58 54 0d 31 34 30 20 43 41 4c 4c 67 |]:NEXT.140 CALLg| 00000920 6f 0d 31 35 30 20 56 44 55 31 32 0d 31 36 30 20 |o.150 VDU12.160 | 00000930 50 52 49 4e 54 24 28 70 61 72 61 2b 31 29 0d 31 |PRINT$(para+1).1| 00000940 36 35 20 50 52 49 4e 54 22 41 6e 79 20 6b 65 79 |65 PRINT"Any key| 00000950 22 0d 31 37 30 20 5a 3d 47 45 54 0d 31 38 30 20 |".170 Z=GET.180 | 00000960 2a 63 6c 69 63 6b 0d 0d 6c 69 6e 65 20 35 30 20 |*click..line 50 | 00000970 4f 53 57 4f 52 44 20 77 6f 72 6b 73 20 6f 6e 20 |OSWORD works on | 00000980 61 20 76 61 6c 75 65 20 69 6e 20 74 68 65 20 61 |a value in the a| 00000990 63 63 75 6d 75 6c 61 74 6f 72 20 77 69 74 68 20 |ccumulator with | 000009a0 74 68 65 20 61 64 64 72 65 73 73 20 6f 66 20 61 |the address of a| 000009b0 0d 70 61 72 61 6d 65 74 65 72 20 62 6c 6f 63 6b |.parameter block| 000009c0 20 69 6e 20 58 20 26 20 59 20 0d 50 75 74 73 20 | in X & Y .Puts | 000009d0 31 35 20 69 6e 20 74 68 65 20 61 63 63 75 6d 75 |15 in the accumu| 000009e0 6c 61 74 6f 72 20 3d 20 77 72 69 74 65 20 63 6c |lator = write cl| 000009f0 6f 63 6b 2e 20 0d 0d 0d 6c 69 6e 65 20 31 30 30 |ock. ...line 100| 00000a00 20 74 68 65 20 66 69 72 73 74 20 76 61 6c 75 65 | the first value| 00000a10 20 69 6e 20 74 68 65 20 62 6c 6f 63 6b 20 74 6f | in the block to| 00000a20 20 64 65 66 69 6e 65 20 70 75 72 70 6f 73 65 20 | define purpose | 00000a30 6f 66 20 74 68 65 20 43 41 4c 4c 0d 50 75 74 73 |of the CALL.Puts| 00000a40 20 38 20 61 73 20 66 69 72 73 74 20 65 6e 74 72 | 8 as first entr| 00000a50 79 20 69 6e 20 74 68 65 20 70 61 72 61 6d 65 74 |y in the paramet| 00000a60 65 72 20 62 6c 6f 63 6b 0d 4e 65 77 20 64 61 74 |er block.New dat| 00000a70 65 20 6f 6e 6c 79 20 77 6f 75 6c 64 20 62 65 20 |e only would be | 00000a80 45 51 55 42 26 30 46 0d 4e 65 77 20 64 61 74 65 |EQUB&0F.New date| 00000a90 20 61 6e 64 20 74 69 6d 65 20 77 6f 75 6c 64 20 | and time would | 00000aa0 62 65 20 45 51 55 42 20 48 45 58 32 34 0d 0d 50 |be EQUB HEX24..P| 00000ab0 53 20 54 68 69 73 20 73 65 74 73 20 74 68 65 20 |S This sets the | 00000ac0 74 69 6d 65 20 74 6f 20 33 2e 33 30 20 70 6d 20 |time to 3.30 pm | 00000ad0 28 6c 69 6e 65 20 31 31 30 29 20 54 6f 20 63 68 |(line 110) To ch| 00000ae0 61 6e 67 65 20 74 68 65 20 74 69 6d 65 20 61 6c |ange the time al| 00000af0 74 65 72 20 74 68 65 0d 64 69 67 69 74 73 20 69 |ter the.digits i| 00000b00 6e 20 74 68 65 20 71 75 6f 74 65 73 20 74 6f 20 |n the quotes to | 00000b10 61 6e 79 20 74 77 65 6e 74 79 20 66 6f 75 72 20 |any twenty four | 00000b20 68 6f 75 72 20 63 6c 6f 63 6b 20 73 65 74 74 69 |hour clock setti| 00000b30 6e 67 20 69 65 20 68 6f 75 72 73 0d 6d 69 6e 75 |ng ie hours.minu| 00000b40 74 65 73 20 73 65 63 6f 6e 64 73 0d 0d 4e 6f 74 |tes seconds..Not| 00000b50 68 69 6e 67 20 76 65 72 79 20 66 61 6e 63 79 20 |hing very fancy | 00000b60 69 6e 20 6d 79 20 61 74 74 65 6d 70 74 20 6a 75 |in my attempt ju| 00000b70 73 74 20 74 72 69 65 64 20 22 46 72 69 2c 30 39 |st tried "Fri,09| 00000b80 20 41 75 67 20 31 39 39 36 31 35 3a 33 30 3a 30 | Aug 199615:30:0| 00000b90 30 22 0d 52 65 73 75 6c 74 20 69 74 20 77 72 69 |0".Result it wri| 00000ba0 74 65 73 20 74 6f 20 74 68 65 20 70 61 72 61 6d |tes to the param| 00000bb0 65 74 65 72 20 62 6c 6f 63 6b 20 62 75 74 20 64 |eter block but d| 00000bc0 6f 65 73 20 6e 6f 74 20 77 72 69 74 65 20 74 6f |oes not write to| 00000bd0 20 74 68 65 0d 63 61 6c 65 6e 64 61 72 2e 20 0d | the.calendar. .| 00000be0 0d 0d 50 50 53 20 54 68 65 73 65 20 63 61 6c 6c |..PPS These call| 00000bf0 73 20 61 72 65 20 4d 61 73 74 65 72 20 31 32 38 |s are Master 128| 00000c00 20 52 65 61 6c 20 74 69 6d 65 20 63 6c 6f 63 6b | Real time clock| 00000c10 20 43 41 4c 4c 73 2e 20 41 73 20 64 65 73 63 72 | CALLs. As descr| 00000c20 69 62 65 64 20 69 6e 20 74 68 65 0d 6e 65 77 20 |ibed in the.new | 00000c30 61 64 76 61 6e 63 65 64 20 75 73 65 72 20 67 75 |advanced user gu| 00000c40 69 64 65 20 70 61 67 65 20 33 35 33 20 31 39 2e |ide page 353 19.| 00000c50 34 0d 0d 49 20 68 61 76 65 20 6e 6f 74 20 74 72 |4..I have not tr| 00000c60 69 65 64 20 77 72 69 74 69 6e 67 20 74 6f 20 74 |ied writing to t| 00000c70 68 65 20 63 6c 6f 63 6b 20 74 68 65 6e 20 72 65 |he clock then re| 00000c80 61 64 69 6e 67 20 69 74 20 62 65 66 6f 72 65 20 |ading it before | 00000c90 65 6e 74 65 72 69 6e 67 0d 63 6c 69 63 6b 20 28 |entering.click (| 00000ca0 6c 69 6e 65 20 31 38 30 29 20 49 20 77 69 6c 6c |line 180) I will| 00000cb0 20 74 72 79 20 74 68 61 74 20 61 6c 73 6f 20 67 | try that also g| 00000cc0 6f 69 6e 67 20 62 61 63 6b 20 74 6f 20 62 61 73 |oing back to bas| 00000cd0 69 63 20 45 6c 65 63 74 72 6f 6e 20 77 69 74 68 |ic Electron with| 00000ce0 6f 75 74 0d 61 6e 79 20 61 64 64 69 74 69 6f 6e |out.any addition| 00000cf0 73 20 6f 74 68 65 72 20 74 68 61 6e 20 50 6c 75 |s other than Plu| 00000d00 73 20 31 2e 20 2a 54 49 4d 45 20 69 73 20 61 20 |s 1. *TIME is a | 00000d10 4d 61 73 74 65 72 20 31 32 37 20 43 41 4c 4c 20 |Master 127 CALL | 00000d20 61 6e 64 20 69 74 20 77 6f 72 6b 73 21 0d 41 6c |and it works!.Al| 00000d30 6c 20 49 20 6e 65 65 64 20 74 6f 20 62 65 20 61 |l I need to be a| 00000d40 62 6c 65 20 74 6f 20 64 6f 20 69 73 20 73 70 61 |ble to do is spa| 00000d50 72 65 20 74 68 65 20 74 69 6d 65 2e 20 48 6f 77 |re the time. How| 00000d60 20 64 69 64 20 49 20 65 76 65 72 20 6d 61 6e 61 | did I ever mana| 00000d70 67 65 20 74 6f 20 67 6f 0d 74 6f 20 77 6f 72 6b |ge to go.to work| 00000d80 20 65 61 63 68 20 64 61 79 3f 0d 0d 41 50 50 4f | each day?..APPO| 00000d90 4c 4f 47 49 45 53 20 52 45 20 59 4f 55 52 20 53 |LOGIES RE YOUR S| 00000da0 55 42 53 43 52 49 50 54 49 4f 4e 20 54 4f 20 45 |UBSCRIPTION TO E| 00000db0 55 47 2e 20 50 52 4f 42 4c 45 4d 20 4e 4f 57 20 |UG. PROBLEM NOW | 00000dc0 53 4f 4c 56 45 44 2e 0d 0d 43 4f 4d 4d 49 53 45 |SOLVED...COMMISE| 00000dd0 52 41 54 49 4f 4e 53 20 41 4e 44 20 53 59 4d 50 |RATIONS AND SYMP| 00000de0 41 54 48 49 45 53 20 4f 4e 20 4d 4f 56 49 4e 47 |ATHIES ON MOVING| 00000df0 20 48 4f 55 53 45 2e 20 49 20 54 48 49 4e 4b 20 | HOUSE. I THINK | 00000e00 49 54 27 53 20 44 45 53 49 47 4e 45 44 20 54 4f |IT'S DESIGNED TO| 00000e10 20 42 45 0d 41 53 20 44 49 46 46 49 43 55 4c 54 | BE.AS DIFFICULT| 00000e20 20 41 53 20 50 4f 53 53 41 42 4c 45 20 54 4f 20 | AS POSSABLE TO | 00000e30 43 4f 4e 56 49 4e 43 45 20 55 53 20 4d 45 41 52 |CONVINCE US MEAR| 00000e40 20 4d 4f 52 54 41 4c 53 20 54 48 41 54 20 57 45 | MORTALS THAT WE| 00000e50 20 4e 45 45 44 0d 45 58 50 45 4e 53 49 56 45 20 | NEED.EXPENSIVE | 00000e60 50 52 4f 46 45 53 53 49 4f 4e 41 4c 20 48 45 4c |PROFESSIONAL HEL| 00000e70 50 2c 20 57 48 49 43 48 20 57 45 20 44 4f 2e 20 |P, WHICH WE DO. | 00000e80 0d 0d 49 20 48 41 56 45 20 52 45 43 45 4e 54 4c |..I HAVE RECENTL| 00000e90 59 20 47 4f 54 20 4d 59 53 45 4c 46 20 41 20 43 |Y GOT MYSELF A C| 00000ea0 4c 49 43 4b 2e 20 49 20 4d 55 53 54 20 43 4f 4e |LICK. I MUST CON| 00000eb0 46 45 53 53 20 54 4f 20 42 45 49 4e 47 20 41 20 |FESS TO BEING A | 00000ec0 4c 49 54 54 4c 45 0d 44 49 53 41 50 50 4f 49 4e |LITTLE.DISAPPOIN| 00000ed0 54 45 44 20 53 49 4e 43 45 20 49 54 20 53 45 45 |TED SINCE IT SEE| 00000ee0 4d 53 20 41 20 42 49 54 20 4c 49 4d 49 54 45 44 |MS A BIT LIMITED| 00000ef0 20 42 55 54 20 54 48 45 4e 20 49 20 41 4d 20 54 | BUT THEN I AM T| 00000f00 52 59 49 4e 47 20 54 4f 20 57 4f 52 4b 0d 57 49 |RYING TO WORK.WI| 00000f10 54 48 20 41 20 48 55 47 45 20 45 55 47 20 4d 45 |TH A HUGE EUG ME| 00000f20 4d 42 45 52 53 48 49 50 2e 20 49 46 20 49 20 57 |MBERSHIP. IF I W| 00000f30 41 53 20 4a 55 53 54 20 55 53 49 4e 47 20 49 54 |AS JUST USING IT| 00000f40 20 46 4f 52 20 45 56 45 52 59 44 41 59 20 54 48 | FOR EVERYDAY TH| 00000f50 49 4e 47 53 20 49 54 0d 57 4f 55 4c 44 20 50 52 |INGS IT.WOULD PR| 00000f60 4f 42 41 42 4c 59 20 42 45 20 41 20 4c 4f 54 20 |OBABLY BE A LOT | 00000f70 42 45 54 54 45 52 2e 20 49 20 44 4f 20 4c 49 4b |BETTER. I DO LIK| 00000f80 45 20 54 48 45 20 53 4e 41 50 53 48 4f 4f 54 20 |E THE SNAPSHOOT | 00000f90 46 41 43 49 4c 49 54 59 20 54 48 4f 55 47 48 20 |FACILITY THOUGH | 00000fa0 49 0d 48 41 56 45 4e 27 54 20 48 41 44 20 41 20 |I.HAVEN'T HAD A | 00000fb0 43 48 41 4e 43 45 20 54 4f 20 54 52 59 20 49 54 |CHANCE TO TRY IT| 00000fc0 20 59 45 54 2e 20 49 20 48 41 56 45 20 46 4f 55 | YET. I HAVE FOU| 00000fd0 4e 44 20 54 48 41 54 20 4d 59 20 53 4c 4f 47 47 |ND THAT MY SLOGG| 00000fe0 45 52 20 50 4c 55 53 20 31 0d 52 4f 4d 20 53 45 |ER PLUS 1.ROM SE| 00000ff0 45 4d 53 20 54 4f 20 43 52 41 53 48 20 57 48 45 |EMS TO CRASH WHE| 00001000 4e 20 49 20 54 52 59 20 54 4f 20 55 53 45 20 49 |N I TRY TO USE I| 00001010 54 20 57 49 54 48 20 43 4c 49 43 4b 20 49 4e 2e |T WITH CLICK IN.| 00001020 0d 0d |..| 00001022