Post Reply 
New Saturn asm "add loop" benchmark for the HP48G
10-26-2023, 06:11 PM
Post: #2
RE: New Saturn asm "add loop" benchmark for the HP48G
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
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 - Xorand - 10-26-2023 06:11 PM



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