10MODE6:HIMEM=&5000
20base=HIMEM+1
30FOR pass=0TO3STEP3
40P%=base:[OPT pass
50.go:LDA#15
60LDX#para MOD256:LDY#para DIV256
70JSR&FFF1
80RTS
90.para
100EQUB&08
110EQUS"15:30:00"
120EQUB&0D
130]:NEXT
140CALLgo
150VDU12
160PRINT$(para+1)
165PRINT"Any key"
170Z=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 i.e. 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 the basic Electron without any add-ons other than the Plus 1. *TIME is a Master 128 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 too?
Roy Warner
Apologies re: your subscription to EUG. Problem now solved.
Commiserations and sympathies on moving house. I think it's designed to be as difficult as possible to convince us mere mortals that we need expensive professional help. Which we do.
I have recently got myself a CLICK cartridge and must confess as to being a little disappointed. It seems a bit limited but then I am trying to work with a huge EUG membership and if I was just using it for everyday things it would probably be a lot better. I do like the idea of 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 whenever I try to use it with CLICK in.
Gus Donnachaidh, EUG #27