Comments for utilities

This commit is contained in:
Joshua Bell 2017-12-08 20:51:54 -08:00
parent b6d7b3068a
commit e6a02b099c
3 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,6 @@
;;; SET.DATE utility for The Cricket!
;;; Prompts for date and sends Cricket "Set Date" sequence.
.setcpu "6502"
.linecont +

View File

@ -1,3 +1,6 @@
;;; SET.TIME utility for The Cricket!
;;; Prompts for time and sends Cricket "Set Time" sequence.
.setcpu "6502"
.linecont +

4
test.s
View File

@ -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 +