From e6a02b099c67f2775fd0e8bbdbc2680f410794c5 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Fri, 8 Dec 2017 20:51:54 -0800 Subject: [PATCH] Comments for utilities --- set.date.s | 3 +++ set.time.s | 3 +++ test.s | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/set.date.s b/set.date.s index 8a51da8..29f7717 100644 --- a/set.date.s +++ b/set.date.s @@ -1,3 +1,6 @@ +;;; SET.DATE utility for The Cricket! +;;; Prompts for date and sends Cricket "Set Date" sequence. + .setcpu "6502" .linecont + diff --git a/set.time.s b/set.time.s index badc6f3..f77c4b8 100644 --- a/set.time.s +++ b/set.time.s @@ -1,3 +1,6 @@ +;;; SET.TIME utility for The Cricket! +;;; Prompts for time and sends Cricket "Set Time" sequence. + .setcpu "6502" .linecont + diff --git a/test.s b/test.s index a07033c..61f7c9b 100644 --- a/test.s +++ b/test.s @@ -1,3 +1,7 @@ +;;; Test program for The Cricket! +;;; * Probes Slot 2 for Super Serial Card (or compatible) +;;; * Initializes SSC +;;; * Sends Cricket ID sequence .setcpu "6502" .linecont +