Giter VIP home page Giter VIP logo

orange's Introduction

Orange System

This repository tracks all the documentation and code for my attempt at creating a custom CPU out of logic chips, and writing the software tool-chain to use it. The repository is structured in several modules, documented below. It has 16 bit addresses and 16 bit data, with more memory being accessible through the memory management unit (MMU).

The final hardware design, an assembly language and a higher level language are still to-do, as well as any code that will run on the system.

The documentation(not much) is currently at this repository's wiki, however the plan is to move it to the ./docs/ folder, so it can be hosted in gh-pages.

Modules

Block

Block diagrams explaining the system.

MicroASM

Current Version: v0.0.2 alpha A program written in c to generate a virtual machine and assembler from an instruction set architecture description language, in src. Current features: generate simple virtual machine from the description language, assembler not written yet. Possible eventual goals include a programming language that can target the described ISA, Some ISAs for already existing processors and defining the virtual machine in the description, rather than in MicroASM's source.

Building: CMake, if on windows, use MinGW GCC. MSVC does not work, unsure if clang would work, but hopefully would. Running: microasm --help, also see example code in src/emulator/*.uasm

orange's People

Contributors

orangebacon 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.