Post Reply 
4K HP 67 Games rom attached for testing
11-18-2016, 04:56 PM (This post was last modified: 11-18-2016 05:18 PM by Gene.)
Post: #131
RE: 4K HP 67 Games rom attached for testing
Ok, here we go. I want to get these to Angel tomorrow USA time and hopefully he will be able to convert these to a .rom and .mod over the weekend.

Link to .zip including PDF and text file of program listings: program listings

This .zip includes the .raw files below: .raw file zip file

RandomNumberSeed.RAW
BattleShip.RAW
StarTrek.RAW
CHESS.RAW
SpaceWar.raw
G1130.raw
G2636.raw
AOS.raw
Artillery.raw
Chuckaluck.raw
Golf.raw
JiveTurkey.raw
MoonLander.raw
TicTacToe.raw
OABandit.raw
FollowMe.RAW

and

SumDigits.RAW


Notes:

1) SumDigits.RAW is the filler material. It is a small program that will be inserted as XROM 23,27 if there is room. If there is not enough room, it does not make the cut.

2) All files use the random number and seed prompting routines R and S. The updated StarTrek program is included as is the updated BattleShip program. Dieter, I also got rid of XEQ 16 in the Chess program and replaced it throughout with 10 +. Thank you.

3) The LBL R routine in the RandomNumberSeed.RAW file does this. We won't be using an Mcode routine. Angel prefers keeping this all FOCAL.


01 LBL "S"
02 RCL 00
03 "SEED?"
04 PROMPT
05 ABS
06 FRC
07 STO 00
08 RTN
09 LBL "R"
10 RCL 00
11 9821
12 *
13 .211327
14 +
15 FRC
16 ABS
17 STO 00
18 END



Test and review one last time if you can. I want to put these in Angel's patient hands shortly. :-)
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-18-2016 04:56 PM



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