Post Reply 
New Saturn asm "add loop" benchmark for the HP48G
11-04-2023, 07:45 PM
Post: #22
RE: New Saturn asm "add loop" benchmark for the HP48G
(10-26-2023 06:11 PM)Xorand Wrote:  I realize this isn't the Prime forum, but I was curious what a Prime G2 could do with just a straight PPL program:

EXPORT ADDD()
BEGIN
A:=0;
WHILE 1 DO
A:=A+1;
END;
END;

Result was 4,979,849

here there is a program (likely on the G1) that does it a bit faster. http://www.wiki4hp.com/doku.php?id=benchmarks:addloop - 6,646,300

(and I likely missed some updates over time, I don't keep track of everything but on the wiki everyone could contribute if they register!)

Wikis are great, Contribute :)
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 - pier4r - 11-04-2023 07:45 PM



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