From 63edbf024e145489eff3dff3f96fc3068fa86878 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Fri, 28 May 2021 17:29:20 -0400 Subject: [PATCH] EMAIL: Fixed latent bug in gettime.s --- apps/gettime.s | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/gettime.s b/apps/gettime.s index 3586a78..73e084a 100644 --- a/apps/gettime.s +++ b/apps/gettime.s @@ -6,4 +6,5 @@ _gettime: jsr $bf00 ; MLI .byte $82 ; GET_TIME + .word $0000 ; Null param list rts