Changes

URTC-8 Universal RTC for Z80 computers

61 bytes added, 18:39, 1 October 2019
/* uRTC.COM */
Use to set or display the time and date on uRTC-8, or transfer it to the host computer.
usage: uRTC [-t] [-q] - show date and time from the RTC clock" uRTC [[day] [dd/mm/yy] [hh:mm[:ss]]] [-tts|p] [-q]" - set RTC day/date/time" -t tp transfer uRTC date/time to CP/M Plus system clock" -ts transfer uRTC date/time to Superbrain system clock"
-q quiet mode, reports errors only"
A>uRTC
Tue 18 Dec 2018 17:05:13
A>uRTC -ttp Host RTC CP/M Plus system time set: Tue 18 Dec 2018 17:05:13
You can combine functions as well; so for example
A>uRTC Wed 19/12/18 -ttp
..would set the day of the week to Wednesday and the date to the 19th Dec 2018 on the RTC's clock, then transfer the new date and time to the host computer's system clock.
412
edits