![]() |
|
![]() |
|
|||||||
| Vintage Computers Any vintage computer systems, calculators, video games etc., but with an emphasis on 1980s and earlier equipment. |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Octode
Join Date: Mar 2011
Location: North Yorkshire, UK.
Posts: 1,474
|
A ready-built, expandable SC/MP II NIBL computer from 1978.
Theres a discussion running on VCFED and on the FB SC/MP group, but it seems there is very little to go on. Anyone heard of it? Advertised on PDF page 107: https://www.worldradiohistory.com/Archive-Poptronics/70s/1978/Poptronics-1978-09.pdf |
|
|
|
|
|
#2 |
|
Dekatron
Join Date: Aug 2011
Location: Newcastle, Tyne and Wear, UK.
Posts: 13,784
|
I can actually remember this (obviously American) magazine being on sale in WH Smith, I bought it whenever I found it - I even imported a couple of things advertised in it, courtesy of a friendly relative I had living in the USA at the time. I have to assume the advertiser (Digi-Key corp.) is the very same Digikey still trading today?
Sadly I've never heard of this SC/MP system / trainer but I had a great time browsing the magazine, so many references to things I was interested in at the time. There are even at least two adverts for a Sinclair product in there (The PDM35 DMM). |
|
|
|
|
|
#3 |
|
Octode
Join Date: Mar 2011
Location: North Yorkshire, UK.
Posts: 1,474
|
Thanks G yes its the same Digi-Key we all know & love, but we're told they know nothing about it - though they did find a Nibbler memory expansion document, nothing else - lost to generations as too often happens
At the time and at the price it would have been quite a desirable board - few budget boards had any form of basic, and the expansion options shown... surely they must have sold a good few? ...but as we said in the Telekit thread - the cost of an essential teletype or terminal would have been discouraging to beginners ![]() I'm excited because a previously unknown (to me) SC/MP system has surfaced, but reluctant to plug in the iron because the PICL is functionally identical with 4x the memory, and Karen's KO2019 in two cheap chips takes it even further with NIBL and 28k I could slow either to 110 baud, put it in a case labeled "Nibbler" and without opening it up you wouldnt know the label was a fib!
Last edited by Phil__G; 7th Jul 2025 at 9:55 am. |
|
|
|
|
|
#4 |
|
Tetrode
Join Date: Jul 2022
Location: Eindhoven, The Netherlands
Posts: 88
|
Hi Phil,
I did also never heard of the SC/MP nibbler system. As you know I only know the Elektor (Elektuur) version of the SC/MP. National semiconductor had also a nibbl computer so far I can remember Elektor had published that one also. The emulator in the PIC emulates the processor very good indeed. Unfortunately it breaks the 4K boundaries, After 0x1FFF the program counter continues at 0x2000 instead if 0c1000. I've bought 4 original SC/MP II chips and have a real SC/MP computer up and running also. Many of those firms lost a lot of documentation of the seventies and eighties. So Zilog doesn't know anything of their Forth Z8000 processor anymore.
__________________
Greetings, Nick de PE1GOO |
|
|
|
|
|
#5 |
|
Octode
Join Date: Mar 2011
Location: North Yorkshire, UK.
Posts: 1,474
|
It makes you wonder if NASA kept all the 1970s RCA1802 documentation, its quite possible they didnt as Voyager was never expected to live this long!
And how many 1802 assembler experts are currently amongst their ranks ? !
|
|
|
|
|
|
#6 |
|
Nonode
Join Date: May 2018
Location: Northampton, Northamptonshire, UK.
Posts: 2,728
|
Fortunately there's still quite a lot of documentation around for the 1802 that was apparently about the only 100percent proved correct design due to its simplicity. But wasn't always too nice to program without a proper stack - Like the SC/MP etc
|
|
|
|
|
|
#7 |
|
Dekatron
Join Date: May 2008
Location: Derby, UK.
Posts: 7,983
|
I'm just amazed, after having tried something similar myself, that anyone managed to get a version of BASIC into 4K bytes.
And yes, programming without a stack is hard!
__________________
If I have seen further than others, it is because I was standing on a pile of failed experiments. |
|
|
|
|
|
#8 |
|
Dekatron
Join Date: Jun 2015
Location: Biggin Hill, London, UK.
Posts: 6,062
|
TRS-80 Level 1 BASIC was 4K of Z80 code. This was a somewhat minimal BASIC, one one-dimensional numeric array, 2 string variables that you could input or print (and do nothing else with), no trig' log, etc functions. I did have floating point though.
|
|
|
|
|
|
#9 |
|
Tetrode
Join Date: May 2021
Location: Titz, Germany.
Posts: 85
|
That's only due to the intermediate language.
Programming without a stack is only hard if you need recursion. Otherwise you can use statically allocated stack frames. Subroutine calls are done using branch-and-link by loading a pointer register and exchanging it with the PC. Nested calls need to save the pointer register containing the return address. Data in the call frame is typically addressed by p2. Back then, programming micros and mainframes were two different worlds. The SC/MP is heavily influenced by mainframes, but the documentation never cared to explain how it was meant to be used. Certainly it was obvious to its developers only. The shortcomings did not help to change that.
__________________
Thoughts of an engineer |
|
|
|
|
|
#10 | |
|
Hexode
Join Date: Jan 2021
Location: Ashford, Kent, UK
Posts: 456
|
Quote:
Other modules available were a PSU/IO Adapter board, Digital/Digital Relay Control Board and an Analog/Digital board so it seems to have been fairly well developed. There is also a comment in Phil_G's PICL National Industrial Basic Language computer by Karen Orton thread, on the EEVBlog forum, by Granzeier that says "I actually have an old Nibbler PCB, which runs NIBL. One of these days, I need to get it out and make sure that it works". I wonder if he ever did dig it out? If he is still active on the forums perhaps he could post some decent photos of the board. Last edited by Realtime; 8th Jul 2025 at 7:47 am. |
|
|
|
|
|
|
#11 |
|
Octode
Join Date: Mar 2011
Location: North Yorkshire, UK.
Posts: 1,474
|
I'd forgotten about that Ian, I've emailed him, hope he's still active...
|
|
|
|
|
|
#12 |
|
Tetrode
Join Date: May 2023
Location: Salisbury, Wiltshire, UK.
Posts: 60
|
Youtube video of a nibbler, he plans on documenting it and producing a workalike replica pcb
https://youtu.be/Sbxy7Ob3hkI?si=jDYYuqG1iE5nlegI |
|
|
|
|
|
#13 | |
|
Nonode
Join Date: May 2018
Location: Northampton, Northamptonshire, UK.
Posts: 2,728
|
Quote:
I see that Youtube video was only posted earlier today, and has currently already got >500 views and 30 comments (Inc. from TimGilberts + PhilG). So it seems like it may have got mentioned on another forum - Although their 'Hello World' Youtube channel does have > 3k subscribers, so some may have notifications / seen previous videos about it. Last edited by ortek_service; 2nd Aug 2025 at 7:47 pm. |
|
|
|
|
|
|
#14 |
|
Tetrode
Join Date: Jul 2022
Location: Eindhoven, The Netherlands
Posts: 88
|
I watched the video also. Very interesting. I never heard about the nibbler also. I only know the SC.MP from Elektuur (Elektor). I was also surprised that Elektor was not mentioned at all in the video. Meanwhile I've also redesigned a SC/MP board with NIBL on it based loosely on an Elektor design and a design I found on the internet.
__________________
Greetings, Nick de PE1GOO |
|
|
|
|
|
#15 |
|
Octode
Join Date: Mar 2020
Location: Kitchener, Ontario, Canada
Posts: 1,556
|
Hi Nick, it would be interesting to see your sc/mp design if you would like to start a new thread with some pctures and schematic.
Mark |
|
|
|
|
|
#16 |
|
Pentode
Join Date: Jul 2024
Location: Frinton-on-sea, Essex, UK.
Posts: 228
|
Just watched the video on this, quite interesting, might consider building one if the guy creates a board for it like he says.
I should build my Cosmac Elf II replica first I suppose... |
|
|
|
|
|
#17 |
|
Hexode
Join Date: Jan 2021
Location: Ashford, Kent, UK
Posts: 456
|
That first Nibbler video was excellent, with Granzeier's actual board being rediscovered. Really interesting to see the Digikey catalogue from that time too.
Now Part 2 is there showing the progress on the replica board, with a link to the Nibbler documentation available for download. Just amazing! And then, to top it all Craig powers up the original Nibbler. Essential viewing |
|
|
|
|
|
#18 | |
|
Octode
Join Date: Mar 2011
Location: North Yorkshire, UK.
Posts: 1,474
|
Quote:
Depending on your stash this could be an expensive build... To investigate NIBL itself, should anyone be unaware, there are cheap and easy alternatives, Karen Orton's 'PICL' & 'KO2019' projects. These each use two common-or-garden chips, run NIBL and other than having 8k/32k of ram as opposed to the Nibbler's 2k, essentially replicate every aspect of the Nibbler
|
|
|
|
|
|
|
#19 |
|
Pentode
Join Date: Jul 2024
Location: Frinton-on-sea, Essex, UK.
Posts: 228
|
Interesting, thanks I shall take a look.
|
|
|
|
|
|
#20 |
|
Octode
Join Date: Mar 2019
Location: Barry, Vale of Glamorgan, Wales, UK.
Posts: 1,435
|
I suspect that the SCRUMPI 4 would have been a similar board as the the June 29th Computer Weekly of 1978 reporting from the DIY Computer Show (held the week before in London’s West Center Hotel) said the SCRUMPI 4 was due around August with the July 20th Issue saying on p.23 that it would use the new 32Kbit NIBL ROM – so would have had BASIC.... sadly it never saw the light of day.
The SCRUMPI 3 was touted as a good machine to make a terminal to use it so that suggests it had little more than a serial interface. |
|
|
|