From 149020464517ff3d021eef5ccd50d3939ad463e6 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 24 Oct 2023 17:40:19 +0200 Subject: Lay out a proper structure for the project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's divide things by topic instead of a broad "examples" directory. This will allow for simple files to co-exist together with full-blown projects. Signed-off-by: Miquel Sabaté Solà --- scroll/sprite0.s | 1 + 1 file changed, 1 insertion(+) create mode 100644 scroll/sprite0.s (limited to 'scroll/sprite0.s') diff --git a/scroll/sprite0.s b/scroll/sprite0.s new file mode 100644 index 0000000..215a491 --- /dev/null +++ b/scroll/sprite0.s @@ -0,0 +1 @@ +;; TODO: Through sprite0 hit -- cgit v1.2.3