From a291ad01f115c6dfb47587880c84fa2807d06c05 Mon Sep 17 00:00:00 2001 From: Madeline Date: Tue, 19 Jul 2022 20:45:22 -0400 Subject: [PATCH] Add author and license comment to demo.asm --- DEMO.ASM | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DEMO.ASM b/DEMO.ASM index 24a447d..e41647f 100644 --- a/DEMO.ASM +++ b/DEMO.ASM @@ -1,5 +1,8 @@ .ORG $8000 +; Written by @maddiefuzz@hackers.town 19-07-2022 +; GPLv3 + CLOBBER: LDA #$04 ; text / lo mem address STA $0B