Post Reply 
New Saturn asm "add loop" benchmark for the HP48G
11-02-2023, 06:14 PM
Post: #14
RE: New Saturn asm "add loop" benchmark for the HP48G
I think we're hitting the law of diminishing returns.

With the following inner add loop :

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

The count is now 6784080 .

Regards,

Jonathan


Attached File(s)
.zip  addloop-2x.zip (Size: 423 bytes / Downloads: 2)

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 06:14 PM



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