4K HP 67 Games rom attached for testing
|
11-11-2016, 09:10 PM
Post: #121
|
|||
|
|||
RE: 4K HP 67 Games rom attached for testing
Great. Here is a link to a .zip file containing all 15 programs and a LBL R and S file for the random number and seed program.
raw files Here is what I put in for the R and S routine: 01 LBL "R" 02 PI 03 ST+ 00 04 X<> 00 05 X^2 06 ST* L 07 X<> L 08 FRC 09 STO 00 10 RTN 11 LBL "S" 12 RCL 00 13 "SEED?" 14 PROMPT 15 ABS 16 FRC 17 STO 00 18 END If we have room (and we might), then the next one to go in is Sum of the Digits (SD). .raw file that runs on emulators includes seed prompt and RN generator internal to program: SD.raw .raw file with proper xroms: SD with xrom The program with xroms is 92 bytes. It may just make it. If there is room, it goes in. Not enough room, it stays out. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)