Code Monkey home page Code Monkey logo

computer's Introduction

Computer

Basic 16bit computer(for fun) alt text

1. Goal of this project

The project is just making a computer architecture, nothing too abstract or something.. My initial goal was to design this architecture and actually making it (irl), but I found that pretty much impossible, since the project has gone to the point that I cannot make this in a breadboard. However, I am still planning to make this via PCB design and some breadboards(like, breadboard and PCB hybrid computer ..)

2. Specification

Architecture    : 16bit
ISA             : RISC(+ CISC), Hybrid I guess..?
Registers Count : 8 General Purpose Reg(R0-R7), 2 ALU Input Reg(A,B)
                  2 Stack Reg(BP,SP), Flag Reg(Flag)
                  = Total 13 registers
List of "extra registers":
 1. Register A     5. Div. Out
 2. Register B     6. Port Address Register
 3. BP             7. Port Read Write Register
 4. SP             8. Port Enable Register

3. How is project organized

  • 'Computer.circ' : Logisim-ITA file of entire circuit
  • interpreter/ : Interpreter for architecture, convert assembly codes to hex instructions
  • documents/ : Specific architecture description (not implemented yet)
  • Spreadsheet (that contains lots of specific architecture descriptions..) : Google Spreadsheet

4. Assembly Interpreter(Assembler)

More about assembly interpreter in this document :

5. Future plan?

Currently there is not much of things going on, but I will add more things(like interrupt, MMU) in future. I'm planning to research how to improve original systems of current PC/etc architectures, and implement those research results to this project. (But no one knows how this project will end up with..)

computer's People

Contributors

juha3141 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

computer's Issues

hello

this project is very cool.

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.