small digital clock

Contributions to this software library are always welcome. Please ensure that you post program listings rather than .raw files. They give a reasonable idea of what your program does without having to load them into a DM42 and you can also include comments in your code. Check out the following link for a decoder/encoder: https://technical.swissmicros.com/decoders/dm42/

You can then copy/paste the listing and post it in "code" tags.
Post Reply
arhtur
Posts: 5
Joined: Mon Feb 22, 2021 3:18 am

small digital clock

Post by arhtur »

This smaller version of a digital clock should also run on Free42. You need both dclok.raw and digg.raw
XEQ DCLOK will call DG (which displays the digits).

After uploading the file, I realized there are 2 lines to add (if flags 34 and 35 are ever used by other programs)

After LBL "CLKD", put:

CF 34
CF 35
Attachments
digg.raw
(413 Bytes) Downloaded 124 times
dclok.raw
(280 Bytes) Downloaded 126 times
Last edited by arhtur on Wed Mar 03, 2021 4:18 am, edited 2 times in total.
Josef
Posts: 24
Joined: Sun Sep 08, 2019 12:25 pm

Re: small digital clock

Post by Josef »

Nice, maybe better is format 10:53:00
Post Reply