FORTH on the BBC Microcomputer [Remastered PDF]

avoid work duplication! collaborate on the archival of acorn literature!
Post Reply
User avatar
dv8
Posts: 397
Joined: Mon Jun 22, 2009 10:07 pm
Contact:

FORTH on the BBC Microcomputer [Remastered PDF]

Post by dv8 »

Attached is a remastered PDF of the book FORTH on the BBC Microcomputer and Acorn Electron by Richard de Grandis-Harrison.

The zip file contains an SSD disc image with listings and examples from the book, along with a copy of the FORTH ROM.
See below for instructions on using this disc.

Forth_on_the_BBC_Microcomputer.pdf
(917.03 KiB) Downloaded 761 times
FORTH_103.rom
(16 KiB) Downloaded 411 times
Forth_on_the_BBC_Microcomputer_Listings.zip
(17.35 KiB) Downloaded 435 times

Other remastered books in this series you may be interested in:

LISP on the BBC Microcomputer
COMAL on the BBC Microcomputer
BCPL for the BBC Microcomputer


Using the listings disc image

The disc must be used from within FORTH. All the listings are on screens 1 through 52.
To get an overview of the contents of each screen enter these commands:

3 MODE
1 LIST
2 LIST

Each line in this index shows a description of a screen, its associated page number in the book and the LOAD command that should be used to read that screen into memory.

For example, the recursive graphic pattern demo from page 139 of the book appears in the index as:

30 LOAD ( p139 Graphics demo - Recursive pattern )

To run this demo enter the commands:

30 LOAD
PLOT-IT

Note that some listings require words from previous screens to already be in the dictionary. For example, the double-precision word FACT on screen 26 requires the word MD* from screen 3. These can be loaded together with the command:

3 LOAD 26 LOAD
Last edited by dv8 on Sun Nov 29, 2020 2:39 pm, edited 3 times in total.
User avatar
lurkio
Posts: 4351
Joined: Wed Apr 10, 2013 12:30 am
Location: Doomawangara
Contact:

Re: FORTH on the BBC Microcomputer [Remastered PDF]

Post by lurkio »

Well, pop my stack! This is brilliance, once again!

:D =D> =D>
User avatar
flaxcottage
Posts: 5718
Joined: Thu Dec 13, 2012 8:46 pm
Location: Derbyshire
Contact:

Re: FORTH on the BBC Microcomputer [Remastered PDF]

Post by flaxcottage »

What Lurkio says goes for me too. =D>

What process do you use to do this - hardware/software. I ask because I do a lot of documentation for the educational archive and I am always willing to learn new trick. :D
- John

Check out the Educational Software Archive at www.flaxcottage.com
User avatar
dv8
Posts: 397
Joined: Mon Jun 22, 2009 10:07 pm
Contact:

Re: FORTH on the BBC Microcomputer [Remastered PDF]

Post by dv8 »

flaxcottage wrote: Thu Aug 20, 2020 7:11 pm What process do you use to do this - hardware/software. I ask because I do a lot of documentation for the educational archive and I am always willing to learn new trick. :D
All my 'remastered' PDFs are re-creations of the original book, completely typeset from scratch in a DTP application.
As you can imagine, it's a bit more involved than a typical scanning project. I outlined the process in this post.
User avatar
Lardo Boffin
Posts: 2977
Joined: Thu Aug 06, 2015 7:47 am
Contact:

Re: FORTH on the BBC Microcomputer [Remastered PDF]

Post by Lardo Boffin »

Wow!
Adventure Language on GitHub
Atom, issue 5, YARRB + video noise killer
Elk
A number of econetted (is that a word?) Beebs
BBC Master, Datacentre + HDD, pi co-proc, econet, NULA
User avatar
flaxcottage
Posts: 5718
Joined: Thu Dec 13, 2012 8:46 pm
Location: Derbyshire
Contact:

Re: FORTH on the BBC Microcomputer [Remastered PDF]

Post by flaxcottage »

That is a labour of love! =D>
- John

Check out the Educational Software Archive at www.flaxcottage.com
User avatar
dv8
Posts: 397
Joined: Mon Jun 22, 2009 10:07 pm
Contact:

Re: FORTH on the BBC Microcomputer [Remastered PDF]

Post by dv8 »

I've now added an SSD disc image to the top post containing the listings and examples from the book.
james
Posts: 330
Joined: Tue Aug 15, 2023 8:41 pm
Location: NE Hampshire
Contact:

Re: FORTH on the BBC Microcomputer [Remastered PDF]

Post by james »

There's a small addendum for the ROM-based version in the ROM fitting instructions.

It doesn't seem to add anything earth-shattering (new words giving details of the current file system and memory limits). But should anybody need it, there a copy on 8BS. See "Acornsoft - Forth, Fitting Instructions (SBL/13b)" at http://8bs.com/othrdnld/manuals/applications.shtml or direct PDF
nicolagiacobbe
Posts: 215
Joined: Tue Jul 03, 2007 10:40 am
Location: italy
Contact:

Re: FORTH on the BBC Microcomputer [Remastered PDF]

Post by nicolagiacobbe »

Thanks, that' a nice job.
Post Reply

Return to “scanning of books, magazines, ads and letters”