From 6bb7a42d002c96eac5147159a282f63974cd07e7 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Tue, 2 Jan 2024 17:17:04 -0500 Subject: [PATCH] bubble: more optimization --- graphics/hgr/bubble/bubble.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/hgr/bubble/bubble.s b/graphics/hgr/bubble/bubble.s index 5e23db43..fac2fce8 100644 --- a/graphics/hgr/bubble/bubble.s +++ b/graphics/hgr/bubble/bubble.s @@ -24,8 +24,8 @@ ; 906FE = inline/unroll the sines ; 817BE = inline/unroll the cosines ; 817A7 = inline clear screen (now no stack usage) -; TODO: re-arrange order of U calculation ; TODO: use X for J counter (no stack so can use TXS/TSX) +; TODO: calc COS by wrapping X not adding again ; soft-switches