More PDP11js name changes

This commit is contained in:
Jeff Parsons 2016-09-06 10:23:01 -07:00
commit a3de3a8374
3 changed files with 7 additions and 7 deletions

View file

@ -1,19 +1,19 @@
---
layout: page
title: PDP-11 Machine Emulation Module (PDP11)
title: PDP-11 Machine Emulation Module (PDP11js)
permalink: /modules/pdp11/
---
PDP-11 Machine Emulation Module (PDP11)
=======================================
PDP-11 Machine Emulation Module (PDP11js)
=========================================
Overview
---
PDP11 is our PDP-11 machine emulation module. The code is being adapted from
PDP11js is our PDP-11 machine emulation module. The code is being adapted from
the JavaScript [PDP 11/70 Emulator (v1.3)](http://skn.noip.me/pdp11/pdp11.html) written by
[Paul Nankervis](mailto:paulnank@hotmail.com).
PDP11 is currently comprised of the following non-shared components, as listed in
PDP11js is currently comprised of the following non-shared components, as listed in
[package.json](../../package.json) (see the *pdp11Files* property):
* [defines.js](/modules/pdp11/lib/defines.js)