Guess the number: Assembled with ZX Basic Compiler v1.2.6. http://www.boriel.com/software/the-zx-basic-compiler/ This game emulates a slow green screen ala 1970's computers and in it you have to guess a number between 1 and a 100. If you run out of attempts then the game crashes on you and it does not even have a proper loading screen. Crap. "GTNProg.tap" is the source code itself and "GTN.asm" is the asm prog that is in "GTNProg.tap" in DATA format that then gets POKEd into a REM line at the beginning of the program. "GTNDATA.asm" is the dissasembled version of "GTN.asm." "HackGame.*" are files for JET-ROCKET and the rest is more or less expained in "JET-ROCKET-HACK.txt". Be careful of not overwritning the orginal "game.tap" for JR if you experiment. Joe the Iceman.