[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: No slot clock
In article <1994May3.222433.12943@pro-nsdapple.cts.com>,
Robert Furman <nuke@pro-nsdapple.cts.com> wrote:
>Does anyone know the pokes, peeks to get the day of the week out of a no
>slot clock......
This is info from the SMT No-slot clock manual from 1987. They tell
you to
BLOAD the file CLOCKREAD (it is on the utility disk SMT distributed w/the
clock) to any free address (they recomend 768 of course). Then to get
the day of the week PEEK (BASE+6). (i.e. if you BLOADed to 768, PEEK
location 774.) 01=Monday, 07=Sunday.