Added more DEC BASIC resources
This commit is contained in:
parent
5b34e5ad23
commit
6d8386dc63
6 changed files with 11 additions and 10 deletions
|
|
@ -7,7 +7,7 @@ includes:
|
|||
|
||||
* [PCx86](/docs/pcx86/), an x86-based IBM PC and PC-compatible emulator
|
||||
* [PC8080](/modules/pc8080/), an 8080 machine emulator (e.g., [Space Invaders](/devices/pc8080/machine/invaders/), [VT100 Terminal](/devices/pc8080/machine/vt100/))
|
||||
* [C1Pjs](/docs/c1pjs/), an emulation of the 6502-based Ohio Scientific [Challenger 1P](/devices/c1p/)
|
||||
* [C1Pjs](/docs/c1pjs/), an emulation of the 6502-based [Ohio Scientific Challenger 1P](/devices/c1p/)
|
||||
* [PDPjs](/modules/pdp11/), a PDP-11 machine emulator currently in development (e.g., [PDP-11/20 and PDP-11/70](/devices/pdp11/machine/))
|
||||
|
||||
All PCjs computer simulations are written entirely in [JavaScript](/modules/). No Flash, Java or other plugins are
|
||||
|
|
|
|||
|
|
@ -7,11 +7,12 @@ permalink: /apps/pdp11/tapes/basic/
|
|||
DEC PDP-11 BASIC
|
||||
----------------
|
||||
|
||||
Try the [PDP-11/20 BASIC Demo](/devices/pdp11/machine/1120/basic/debugger/).
|
||||
To see DEC PDP-11 BASIC in action, try the [PDP-11/20 BASIC Demo](/devices/pdp11/machine/1120/basic/debugger/).
|
||||
|
||||
PCjs has archived the following DEC resources:
|
||||
PCjs has archived the following DEC PDP-11 BASIC resources:
|
||||
|
||||
- [BASIC (Single User) Tape Image](DEC-11-AJPB-PB.json)
|
||||
- [LISTING OF BASIC/PTS (March 1974)](http://archive.pcjs.org/pubs/dec/pdp11/basic/AB-2045B-SC_BASIC_PTS_Listing_Mar77.pdf)
|
||||
- [PDP-11 BASIC PROGRAMMING MANUAL (December 1970)](http://archive.pcjs.org/pubs/dec/pdp11/basic/DEC-11-AJPB-D_PDP-11_BASIC_Programming_Manual_Dec70.pdf)
|
||||
|
||||
Third-party resources include:
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ PC8080 Machine Configurations
|
|||
The following 8080-based machines are currently available:
|
||||
|
||||
* [8080 Exerciser](exerciser/)
|
||||
* [Space Invaders (1978)](invaders/) ([Debugger](invaders/debugger/))
|
||||
* [DEC VT100 Terminal](vt100/) ([Debugger](vt100/debugger/))
|
||||
* [Space Invaders (1978)](invaders/) (with [Debugger](invaders/debugger/))
|
||||
* [DEC VT100 Terminal](vt100/) (with [Debugger](vt100/debugger/))
|
||||
|
||||
Check out the [Dual VT100 Terminals](vt100/dual/) for a demo of two PCjs machines communicating over a *virtual* serial connection.
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@ PDP-11 Device Configurations
|
|||
|
||||
[PDP-11 Machines](/devices/pdp11/machine/) rely on a variety of machine configuration files, including:
|
||||
|
||||
- [Control Panels](panel/)
|
||||
- [Serial Interface for Display Terminals (DL11)](dl11/)
|
||||
- [High-Speed Paper Tape Reader/Punch (PC11)](pc11/)
|
||||
* [Control Panels](panel/)
|
||||
* [Serial Interface for Display Terminals (DL11)](dl11/)
|
||||
* [High-Speed Paper Tape Reader/Punch (PC11)](pc11/)
|
||||
|
||||
Sample machines include a
|
||||
[PDP-11/70 with Front Panel](/devices/pdp11/machine/1170/panel/) and [PDP-11/70 with VT100 Terminal](/devices/pdp11/machine/1170/vt100/).
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ permalink: /devices/pdp11/panel/1170/
|
|||
PDP-11/70 Control Panels
|
||||
------------------------
|
||||
|
||||
* [PDP-11/70 Front Panel](front.xml) ([Debugger](debugger/front.xml))
|
||||
* [PDP-11/70 Front Panel](front.xml) (with [Debugger](debugger/front.xml))
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ permalink: /devices/pdp11/panel/test/
|
|||
PDP-11 Test Panels
|
||||
------------------
|
||||
|
||||
* [Terminal Test Panel](terminal.xml) ([Debugger](debugger/terminal.xml))
|
||||
* [Terminal Test Panel](terminal.xml) (with [Debugger](debugger/terminal.xml))
|
||||
|
|
|
|||
Loading…
Reference in a new issue