Date : Mon, 23 Mar 1998 21:37:47 +0100
From : "Mark Usher" <marku@...>
Subject: pcBBC
Hi Stuart.
Found a bug. It is in your tube.rom implementation.
There is a new command provided by the Tube. This is *GO, it takes a hex
address and executes a JSR to the address given.
Thus *GO F800 would execute a jump to the NLE (No Language Environment) and
*GO 8000 would send us back to the last language entered.
If you remember I sent you the dump of the actual rom, with this pcBBC is
OK, with your hack well I'll let you try it.
Mark