Home » RBC Forums » General Discussion » PICL National Industrial Basic Language computer by Karen Orton
PICL National Industrial Basic Language computer by Karen Orton [message #8714] |
Sat, 26 June 2021 17:14  |
phil_g
Messages: 32 Registered: November 2020
|
Member |
|
|
I've just done a small PCB for Karen's 2007 PICL design, which is an SC/MP emulation in a PIC, running the genuine National NIBL interpreter code from 1976. Karens SC/MP emulation is cycle-perfect and enables a two-chip genuine NIBL machine to be built very cheaply and easily.
The PCB is under 3" square and has all the Flag and Sense lines brought out to LEDs, buttons and a header, and talks via the usual USB-to-serial CH340 module rather than Karens original MAX232. The chips are a 6264 static RAM and a PIC16F877 (I dont think an '877A' will work).
For anyone fancying a look at NIBL or a trip down memory lane, this computer is really simple to make. Its nice to make one of Karens many projects as a tribute to all she achieved.
Here's a video:
https://www.youtube.com/watch?v=Hv-_9tpXeqA
The channel also has a video of the strip-board version, another running a Geoff Graham terminal chip and one using a re-coded Xbox chatpad keyboard.
Ultimately I'll post the gerbers but first I need to check some changes I made for the next batch (If there is a next batch! . The change is minor, just repositioning the serial board so its flush against the edge of the PCB. Its electrically identical but I'd like to test one first.
If anyone would like a board, please email me and I'll send a PCB at cost, strictly non-profit.
Here's Karens original PICL page from 2007: http://techlib.com/area_50/Readers/Karen/micro.htm#PICL
Cheers
Phil email: рhіlg@tаlk21.соm
Note that to avoid spam, the address above is unsearchable text & cant be copy-&-pasted into the 'to' field !
[Updated on: Sat, 26 June 2021 17:21] Report message to a moderator
|
|
|
Re: PICL National Industrial Basic Language computer by Karen Orton [message #8893 is a reply to message #8714] |
Fri, 23 July 2021 06:27   |
phil_g
Messages: 32 Registered: November 2020
|
Member |
|
|
The second batch of PICL PCBs have just arrived this morning, I've a couple spare if anyone is interested. I took the opportunity to to flip the CH340G serial board so its component-side up, and to move it in a few mm so its flush with the overall outline. The pcb has corner mounting holes - otherwise its identical to the previous board. Functionally its identical.
If anyone would like a board, please email me rather than use the forum and I'll send a PCB at cost. If I run out again, I can order more, no problem. This is at cost, strictly non-profit.
Cheers
Phil email: рhіlg@tаlk21.соm
Note that to avoid spam, the address above is unsearchable text & can't be copy-&-pasted into the 'to' field !
[Updated on: Fri, 23 July 2021 06:28] Report message to a moderator
|
|
|
|
|
Re: PICL National Industrial Basic Language computer by Karen Orton [message #9177 is a reply to message #8714] |
Sat, 02 October 2021 01:25   |
phil_g
Messages: 32 Registered: November 2020
|
Member |
|
|
I've a soft spot for this two-chip marvel and I've been having a lot of fun with it lately. I have Karens PAGE2.SYS running on the PICL, obviously some commands such as SAV & LOD (save/load to cassette) PRN (print) etc wont work as the hardware isnt there, but the commands DIR, DMP, CHM, ASM, NIB etc all seem to work perfectly. However whilst it does work, a serious PAGE2.SYS machine really needs more memory, PAGE2.SYS occupies the whole of page 2, and the ASM function nabs page 1 for a symbol table, leaving nowhere for ASM source or NIBL programs
The PICL isnt easily expanded as the port pins that would be A13 onwards (to take it above 8kb) are already used for /CE, /RD & /WR.
Consequently I thought I might have a crack at a smaller, PICL-specific resident machine-code monitor, something more like the old NS Kitbug would be ideal. One k should be enough for quite a capable monitor, and located right at the top of NV memory (say at #2C00) it would leave 3k free in page 2 and 4k in page1 - very little impact for the gain. Available any time by typing LINK(#2C00). You'd have to be careful with the length of page2 programs as NIBL has no concept of 'reserved memory' but 7k goes a long way!
Key to all this is replacing the 8k static ram with a pin-compatible 48Z08 NVRAM. For my second board I found the 48Z08 NVRAM is now out of stock at RS, so I've since been using the Maxim DS1225AD which is pretty much identical.
These last two weeks an accident-enforced lay up gave me the opportunity to create a smaller, simpler PICL-specific machine-code monitor to complement NIBL. It takes advantage of the NVRAM swap so (barring a catastrophe! is permanently in memory ready to go.
This is after all a SCAMP and in its day, 8k of RAM, 4k ROM BASIC and a resident machine-code monitor is quite a respectable spec for a late 70's computer based on just two chips!
There's a bit of a demo here, though a few more commands have been added or changed since the video was made:
https://youtu.be/3DpUGntVPQ8
I called the monitor KitBugPlus and it has the usual Display, Modify, Go, Type, List, Regs, & ? (help) commands, and an 'N' to return to NIBL.
I've done some documentation and a loader, all on http://philg.uk
Cheers
Phil
[Updated on: Wed, 06 October 2021 05:06] Report message to a moderator
|
|
|
Re: PICL National Industrial Basic Language computer by Karen Orton [message #9294 is a reply to message #9177] |
Mon, 25 October 2021 10:10  |
phil_g
Messages: 32 Registered: November 2020
|
Member |
|
|
PICL V2
First published in 2007 as a simple, dedicated National Industrial Basic Language computer, Karen's original project has evolved to the point where it really deserves a "Version 2 " title, if only to encourage early adopters to revisit this fascinating design.
Rather than list the changes, here's a full specification:
1200 baud terminal interface via CH340G USB (for Teraterm etc)
Full and accurate emulation of a 4Mhz SC/MP in a PIC16F877 using Karens cycle-perfect firmware plus omitted instructions
8k bytes of non-volatile static RAM, retaining programs and data during power-off
4k bytes of ROM containing the original National Semiconductors NIBL basic interpreter from 1976
1k Machine-code monitor typical of the period Modify, List, Display, Hexload, Registers, Go (run) etc
4 controllable output lines with LEDs and interface strip
2 controllable input lines with buttons
Hex-loader reads standard Intel hex files into memory via the terminal (ie Teraterm 'File, Send'
Standalone mode, running without a terminal connected, maybe on a powerbank battery.
Cheap, sub 3" square PCB with just two chips
Crystal-clock equates to a precise 4mhz SC/MP II operation
This is probably the simplest possible SC/MP machine, comprising only of the processor and a memory chip, but its resident monitor and BASIC interpreter make this an ideal introductory project for anyone with an interest in the SC/MP and its applications.
There are no changes to the PCB and upgrading is simply a matter of swapping the RAM chip, updating the PIC software and loading the SC/MP monitor.
KB+ commands:
Intel hexloader, Txxxx = type memory, Mxxxx = modify memory,
Dxxxx = display memory, Lxxxx = list memory (opcode-formatted),
Gxxxx = goto program, R = display registers,
N = enter NIBL basic interpreter, Help is '?'.
It has other software bits & bobs such as breakpoint handling, register set & examine and a neat inline-print routine.
The Intel hexloader will directly accept the output of SBASM or AS, etc.
With SBASM use ".tf myfile.hex,int,32" in the source header.
V2 has a stand-alone mode where SC/MP machine-code programs can be run without a terminal connected, using (say) a power-bank phone charger. With its two sense inputs, four flag outputs, and program retention during power-down, it can be a simple standalone controller!
The files and a PICLV2 document are on http://philg.uk
Sincere thanks are due mainly to the late Karen Orton, a gifted and generous engineer whos projects have inspired all of us.
Karens perfect SC/MP emulation on a PIC chip is a fantastic achievement in itself and I credit the whole of this PICLV2 project to Karen, she'd probably have done all this anyway.
Here's a video:
https://www.youtube.com/watch?v=d4PSkEpVwAE
[Updated on: Sat, 06 November 2021 12:38] Report message to a moderator
|
|
|
Current Time: Mon Mar 24 22:06:40 PDT 2025
Total time taken to generate the page: 0.03625 seconds
|