]> cloudbase.mooo.com Git - z180-stamp-cpm3.git/blame - cbios/time.180
sdio errormessages
[z180-stamp-cpm3.git] / cbios / time.180
CommitLineData
ea5293bb
L
1 title 'Time module for the Modular CP/M 3 BIOS'
2
3 public ?time
4
5 extrn ?bank
6
7 extrn @date,@hour,@min,@sec
8 extrn @cbnk
9 extrn @bios$stack
10
11 include config.inc
12 include z180reg.inc
13
14
15
16
17 cseg ; time must be done from resident memory
18
19?time:
20 ret ; no time (yet)
21
22 end