From 862e8736d2a434876a426ccf7048108bfa94def6 Mon Sep 17 00:00:00 2001 From: Jakob Haufe Date: Mon, 30 Oct 2017 09:58:28 +0100 Subject: [PATCH] bcd2dec: Note where we got it from --- bcd2dec.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bcd2dec.s b/bcd2dec.s index 5ef08e2..3056693 100644 --- a/bcd2dec.s +++ b/bcd2dec.s @@ -4,6 +4,8 @@ .code +;; Copied from [cc65]/libsrc/c128/systime.s + .proc _bcd2dec tax and #%00001111 -- 2.39.2