LST OFF TR TR ADR *------------------------------- * //c System Clock - 24 hr *------------------------------- * Revised Date: 08/02/87 *------------------------------- rel dsk rel/iicsys lnbuf equ $200 ZBUF EQU $41 PTR EQU $42 stat1 equ $c099 comm1 equ $c09a stat2 equ $c0a9 comm2 equ $c0aa bytcnt equ $0e03 nullptr equ $0a iicsys ent org $0a00 *------------------------------- slot hex 20 jmp getdate jmp gettime jmp setdate ; get the date in prodos/gbbs format getdate jsr $bf00 ; read date from MLI hex 82 hex 0000 ldx $bf90 lda $bf91 setdate rts ; get the current time gettime jsr rdclock ; read the clock lda #':' sta timestr+2 ; put time dividers in sta timestr+5 ldx #timestr rts ; read the date time from clock rdclock lda slot cmp #$10 beq init1 lda #