Git Product home page Git Product logo

pace-x's Introduction

Pace-X INS8900 Computer

(Still under development)

The INS8900 is a NMOS version of National Semiconductor's PACE microprocessor. This was (probably) the first 16-bit microprocessor to hit the market in the mid 1970s.

This is a very simple computer built around this chip. Features include

  • 2MHz operation
  • 128K words of RAM
  • Up to 128K words of ROM
  • 8250 (or compatible) UART
  • Software controlled status LEDs
  • 12VDC input

Note that the memory split between RROM and RAM is controlled by a PAL that sets up the memory map. Banking is supported using up to three flag outputs (F11, F12, F13) on the CPU. The current memory map is:

  • 0000 to 001FF - ROM (can be swapped out with RAM using F11)
  • 0200 to FDFF - RAM
  • FE00 to FFFF - UART (mirrored a bunch of times)

UART access is easiest at FF00 (absolute). But it can also be done from the zero page when BPS is brought high. This can be activated using F12.

The PAL code is assembled using galette. site

The assembly code for the INS8900 is assembled using asl site

Assembling the code

CPU source code is assembled as follows

asl test.asm -L
p2bin test.p test.bin
python3 split.py

The result are two files, high.bin and low.bin which need to be programmed into two EPROMS or EEPROMS. You can do this with a TL866 using minipro. For example, using two MX28F1000P EEPROM chips:

minipro -p MX28F1000P -w low.bin -s

(swap the chips)

minipro -p MX28F1000P -w high.bin -s

To assemble and program the GAL, run

galette addr_decoder.pld
minipro -p ATF16V8B -w addr_decoder.jed

That's all for now!

pace-x's People

Contributors

schlae avatar

Stargazers

 avatar transistor fet avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.