Post Reply 
New Saturn asm "add loop" benchmark for the HP48G
11-02-2023, 05:45 PM (This post was last modified: 11-02-2023 05:47 PM by Jonathan Busby.)
Post: #13
RE: New Saturn asm "add loop" benchmark for the HP48G
Well, I changed the inner add loop to :

Code:
l1      C=C+1   A
        GOC     l2
        C=C+1   A
        GOC     l2
        C=C+1   A
        GOC     l2
        C=C+1   A
        GOC     l2
        C=C+1   A
        GONC    l1
l2      C=C+1   P
        GONC    l1

and I got a *HUGE* speedup. Now the count is :

6429914

Big Grin

Something weird is going on...

Regards,

Jonathan


Attached File(s)
.zip  addloop.zip (Size: 410 bytes / Downloads: 4)

Aeternitas modo est. Longa non est, paene nil.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: New Saturn asm "add loop" benchmark for the HP48G - Jonathan Busby - 11-02-2023 05:45 PM



User(s) browsing this thread: 1 Guest(s)