Post Reply 
Raw files for these HP 67 program listings ?
09-11-2016, 09:05 PM (This post was last modified: 09-11-2016 09:06 PM by Dieter.)
Post: #75
RE: Raw files for these HP 67 program listings ?
(09-09-2016 06:54 PM)Dieter Wrote:  It's now down to 182 bytes in 88 lines, and SIZE 012 is sufficient.

Here is another Tic-Tac-Toe version with the same 182 bytes, but this time SIZE 004 is all that that's required. The trick was to move the strategy-defining constants from their eight data registers directly into the code (where they occupy memory anyway). So RCL IND becomes XEQ IND. This way a separate initialization routine is no more required – simply start the game with XEQ"TTT" or [A].

Dieter

.zip  TTT_N.zip (Size: 810 bytes / Downloads: 5)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Raw files for these HP 67 program listings ? - Dieter - 09-11-2016 09:05 PM



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