Post Reply 
4K HP 67 Games rom attached for testing
11-05-2016, 10:29 PM
Post: #97
RE: 4K HP 67 Games rom attached for testing
Ok, so here's the deal.

XROM 23,00 will be the section header. 67FUN or -67FUN (I guess it needs the dash ?

There are 15 programs. The AOS program has 9 additional labels. That's 24 labels, each of which requires a place in the FAT and an XROM. So XROM 23,01 through 23,24.

XROM 23,25 will be the SEED program.

LBL S
RCL 00
SEED?
PROMPT
ABS
STO 00
END

XROM 23,26 will be the Random Number program. Let's compromise on the shorter version here which is much better than the PI + X^2 type:

LBL R
RCL 00
997
X
FRC
STO 00
END


Please double check my counting of the programs and labels. I think they are correct. :-)
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-05-2016 10:29 PM



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