Add author and license comment to demo.asm

This commit is contained in:
Madeline 2022-07-19 20:45:22 -04:00
parent 812729155b
commit a291ad01f1
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
.ORG $8000
; Written by @maddiefuzz@hackers.town 19-07-2022
; GPLv3
CLOBBER:
LDA #$04 ; text / lo mem address
STA $0B