Post Reply 
4K HP 67 Games rom attached for testing
11-10-2016, 10:31 PM (This post was last modified: 11-10-2016 10:40 PM by Gene.)
Post: #114
RE: 4K HP 67 Games rom attached for testing
Testing? I would test with an XEQ R and XEQ S inserted calling a random number and seed routine in ram. Then, the XROM is put in place for versions to send over for rom creation.

Given the complexity of the S routine to use the 997, I think the 9821 generator is looking better all the time. It passes all the tests, it has been used for 30 years plus, it's not *that* large compared to space used in the S routine, etc. and it works with an input seed of 0.

I know it is overkill per Valentin :-) but it is the one I would really like for us to use.

LBL R
RCL 00
9821
*
.211327
+
FRC
STO 00
END


But I will not pitch a fit if you really want us to use this one. :-)

LBL R
RCL 00
PI
+
3
Y^X
FRC
STO 00
END
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP-67 AOS program to debug - Gene - 10-30-2016, 02:11 AM
RE: 4K HP 67 Games rom attached for testing - Gene - 11-10-2016 10:31 PM



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