From c7414ca080bd109766e0b61b3f2f3a1670404d6c Mon Sep 17 00:00:00 2001 From: Gentoo Date: Tue, 30 Aug 2022 23:41:42 +1000 Subject: added license header --- nextchar.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'nextchar.asm') diff --git a/nextchar.asm b/nextchar.asm index 689f168..49727e1 100644 --- a/nextchar.asm +++ b/nextchar.asm @@ -1,6 +1,7 @@ ; Version : 1.1 ; Updated : 2/7/2020 ; Description : NextChar program. Quite slowly fills up a buff in static memory with a char, a space and then the next char etc +; License : GPLv3+ ;; static memory is nicer to use than the stack section .bss -- cgit v1.2.3