From 145a059c48725c70304c0e91ef4e0441e214205c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 25 Oct 2022 05:06:34 -0400 Subject: Pico-optimization --- dla.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3