GithubHelp home page GithubHelp logo

8-bit-cpu's Introduction

8-Bit CPU

1. Basic EEPROM Writer

The code in /eeprom-writer is the basic writer that has function to handle reading and writing from an EEPROM chip. This version utilized the Atmel AT28C64B, a 64Kb memory device but could be used without any changes with smaller capacity Atmel EEPROMs of the same family and pinout design.

Atmel AT28C64B Datasheet 64K (8K x 8) Parallel EEPROM with Page Write and Software Data Protection

screenshot

2. 8-Bit Decimal Display

The code in /multiplexed-display is for programming an EEPROM to be used to decode 8-bit values and drive a 4-digit 7-segment display. It is currently able to represent integer values in: hexadecimal and both signed and unsigned decimal, the ability to switch encoding types is made possible by changing the two highest order bits on the EEPROMs memory address.

3. 8-Bit Computer Microcode

The code in /microcode is for programming a pair of EEPROMs to serve as an instruction decoder for an 8-bit breadboard computer.

4. [TODO] Write Program to RAM

This will have code to allow writing assembly code directly to the breadboard computer when the arduino is hooked up to the four memory address lines and eight memory data inputs. Currently the CPU must be programmed by manually setting the dip switches.

5. [TODO] Custom Assembly Language

To be used in combination with the ability to write a program directly to the computer's memory. Create an arduino project that reads a file of commands such as: LDA 14, ADD 15, OUT. So it will remove the necessity of looking up command code binary values, and be less error prone.

I believe that is the extent this project will reach before increasing the computer's abilities with more RAM and computation power/complexity. Creating even a simple programming language and its compiler for a computer with 16 bytes of memory is nonsensical.

8-bit-cpu's People

Contributors

mic-max avatar

Watchers

 avatar

8-bit-cpu's Issues

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.