From 28e855f5424df395dd1ba98354a53536d4598d47 Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Tue, 30 May 2023 00:22:29 -0400 Subject: fix djn again, and pre-dec / post-inc; few other changes --- warriors/simple-clear.red | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 warriors/simple-clear.red (limited to 'warriors/simple-clear.red') diff --git a/warriors/simple-clear.red b/warriors/simple-clear.red deleted file mode 100644 index b40215e..0000000 --- a/warriors/simple-clear.red +++ /dev/null @@ -1,9 +0,0 @@ -;name simple core clear -;author blah - -start: -mov background, background + 1 -sne.ab #0-1, start -mov.ab #background - start, start -jmp start, >start -background: -- cgit v1.2.3