aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2022-10-25 05:06:34 -0400
committerB. Watson <urchlay@slackware.uk>2022-10-25 05:06:34 -0400
commit145a059c48725c70304c0e91ef4e0441e214205c (patch)
tree9a7b67c18b110d147145e7fcabf12746bccf4fa0
parent7a3031ddfc191b70fd5c241716952accf8fc2e78 (diff)
downloaddla-asm-145a059c48725c70304c0e91ef4e0441e214205c.tar.gz
Pico-optimization
-rw-r--r--dla.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/dla.s b/dla.s
index 1886944..0c4b452 100644
--- a/dla.s
+++ b/dla.s
@@ -522,11 +522,11 @@ right:
checkbounds:
lda part_x
- sta cursor_x
cmp min_x
beq oob
cmp max_x
beq oob
+ sta cursor_x
lda part_y
cmp min_y
beq oob