bubble: more optimization

This commit is contained in:
Vince Weaver 2024-01-02 17:17:04 -05:00
parent 06ba6bfc22
commit 6bb7a42d00
1 changed files with 1 additions and 1 deletions

View File

@ -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