The BBC Microcomputer User Guide
central.kaserver5.org
The BBC Microcomputer User Guide
1–10 of 32 posts
Re: The BBC Microcomputer User Guide
#2"The Advanced User Guide for the BBC Microcomputer"
http://stardot.org.uk/mirrors/www.bbcdocs.com/filebase/essen...
Re: The BBC Microcomputer User Guide
#3Re: The BBC Microcomputer User Guide
#4Only eclipsed by: "The Advanced User Guide for the BBC Microcomputer" http://stardot.org.uk/mirrors/www.bbcdocs.com/filebase/essen...
"The Advanced User Guide for the BBC Microcomputer" (remastered)
Re: The BBC Microcomputer User Guide
#5There are three memory mapped input/output areas and these are named FRED, JIM and SHEILA. SHEILA contains all the machine's internal memory mapped devices, such as the analogue to digital converter, and should be treated with considerable respect.
Re: The BBC Microcomputer User Guide
#6BBC Basic is a work of art. It exposes its underlying API for you to use in assembly so you can, for instance, use its floating point routines and data areas. And it's a very well thought out API.
The inbuilt assembler was super useful, and an excellent feature, but not obviously designed for calling BASIC itself. The expected use case seemed to be that you'd use BASIC by writing BASIC code, and any machine code routines (probably created using the inbuilt assembler) would be self-contained.
(Modern readers unfamiliar with this system should compare the BBC BASIC assembler much more to LuaJIT's dynasm, which it rather resembles, than to the average C compiler's inline assembler, which it was not really much like.)
Re: The BBC Microcomputer User Guide
#7Only eclipsed by: "The Advanced User Guide for the BBC Microcomputer" http://stardot.org.uk/mirrors/www.bbcdocs.com/filebase/essen...
Only itself eclipsed by: "The Advanced User Guide for the BBC Microcomputer" (remastered) https://stardot.org.uk/forums/viewtopic.php?f=42&t=17242
Re: The BBC Microcomputer User Guide
#8Earlier quoted context omitted.
Only itself eclipsed by: "The Advanced User Guide for the BBC Microcomputer" (remastered) https://stardot.org.uk/forums/viewtopic.php?f=42&t=17242
Oh man, it even has the front cover! Thank you!