Giter Site home page Giter Site logo

raidtheweb / audr32old Goto Github PK

View Code? Open in Web Editor NEW
9.0 3.0 0.0 3.6 MB

32 bit fully custom CPU architecture with a custom assembler and custom C compiler target. Intended to run an Operating System

License: GNU General Public License v3.0

Makefile 0.05% C 97.26% Assembly 0.17% C++ 2.52%
assembler isa vm 32-bit cpu-emulator assembly emulator

audr32old's Introduction

Audr32 (Audrey) CPU


Audr32 or Audrey, is a little 32-bit CPU I've been working on that I wish to make an operating system for sometime in the future. Audr32 supports a few essential features like:

  • Proper address mapping (See memory maps in vm/src/ISA.txt)
  • Pointers
  • Interrupts
  • Exceptions
  • I/O (Clock, Keyboard, Screen, Disk Drives, and Audio.)

Road Map

  • Proper cycle operations
  • Interrupts
  • Basic memory mapping
  • Screen
  • Keyboard
  • Proper address mapping
  • Clock (For interval based interrupts and keeping time)
  • Disk image loading
  • Disk services interrupts
  • Audio
  • BIOS Firmware
  • Move interrupts to BIOS instead of embedding directly(?)
  • Basic game (inspired by my calculator programming)
  • Operating System and before that: A bootloader

Building

Building requires SDL2 to be installed.

  • Run make to build assembler and vm (emulator).

  • Resulting executables will be in directories

    • ./vm/bin/vm
    • ./assembler/bin/assemble

Documentation

Read ISA Documentation/Spec (ISA.md) and Assembler Documentation/Spec (ASM.md) to learn more about my insanity.

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.