Approaches to projects (was: KM11 maintenance module

From: Tony Duell <ard_at_p850ug1.demon.co.uk>
Date: Thu Nov 25 12:26:12 2004

> I can combine both of those :-) I have a ZX81 that runs Forth[1] from an

When I read that, my immediate thought was 'Skywave' :-). I believe they
also did versions for other UK home micros (the idea of a BBC version is
floating around my brain).

> EPROM. Unfortunately I have no way of reading the eprom to make a copy,

You mean this Forth doesn't include the C_at_ and C? words? It's seriously
broken if it doesn't! The former is the equivalent of Peek -- it's
Character Fetch. It takes an address from the top of the parameter stack
and replaces it with the 8 bit contents of that address. The latter is
best explained by its definition

: C? C_at_ . ;

In other words (sic) it takes an address from the top of stack and prints
the 8 bit contents of the location using the current number base.

I suspect, therefore you do have a way of reading out that EPROM, although
unless you've got a serial interface on your ZX81, it's not going to be a
lot of use.

-tony
Received on Thu Nov 25 2004 - 12:26:12 GMT

This archive was generated by hypermail 2.3.0 : Fri Oct 10 2014 - 23:37:19 BST