• Stars
    star
    723
  • Rank 62,657 (Top 2 %)
  • Language
    C++
  • License
    MIT License
  • Created over 2 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Custom 16-bit homebrew CPU, emulator, renderer, circuit, and language

Badge License   Button Discord


The Astro-8 is a 16-bit computer design. It has a (almost) working Logisim Evolution circuit, along with an emulator on Windows, Mac, and Linux, for running code at full speed. There is an assembly language, along with a higher level language called Armstrong, plus more which are actively being built by the community.

I created a video about the creation of this and how it works, which you can view here:

Button Video

Demos

There are some demos for the Astro-8, such as the pong game and a typing program. You can locate those in the folder /example_armstrong_programs/.

Go here for the documentation and more previews for some other demos

image

Programming

The two most supported ways to program for the computer is using the assembly language or Armstrong.

Documentation

Button Documentation 

Installation

Windows

  1. Navigate to the most recent release, and download the Windows version
  2. Unzip the downloaded file

Linux

  1. Make sure you have SDL2 installed on your system

    For debian based operating systems, you can do this with:

sudo apt-get install -y libsdl2-2.0-0 libsdl2-mixer-2.0-0
  1. Navigate to the most recent release, and download the Linux version
  2. Unzip the downloaded file

From Source

  1. Clone this repository in a command line using git clone https://github.com/sam-astro/Astro8-Computer.git OR by downloading the repository as a .ZIP file and unzipping it to your location of choice
  2. Make sure you have SDL2 installed on your system
  3. Enter the directory Astro8-Computer/Astro8-Emulator/linux-build
  4. Run CMake using cmake .. to generate Unix Makefile
  5. Run make -j5 to generate executable
  6. The executable is Astro8-Computer/Astro8-Emulator/linux-build/Astro8-Emulator


Other projects related to the Astro-8:

These projects are not always compatable with the main branch of the official Astro8-Computer repository. Please read the instructions in their project's repo before using.


More Repositories

1

Z-Sharp

Custom programming interpreter for ZSharp (Z#), a custom game programming language I made
C++
653
star
2

Genetic-Algorithm-Poly-Bridge

C#
29
star
3

Robinhood-Trading-Bot

This is a stock and crypto trader that uses one of Robinhood's unofficial APIs to calculate and execute trades for you.
Python
23
star
4

CPP-Key-Logger

Simple console based Windows key-logger created in C++
C++
15
star
5

NN-2

More advanced Unity Neural Network, built from scratch in C#
C#
11
star
6

Distributed-Compute-Coin

A unique cryptocurrency built-in C++, with a system to purchase computing power from miners, bringing outsourced computing and hosting to everyone.
C
9
star
7

sam-astro

8
star
8

RedditMaker

A short video maker for r/AskReddit questions
Python
5
star
9

Unity-Neural-Network

C#
4
star
10

TPT-Biological-Mod

Mod for the game "The powder toy" that introduces some biological elements
C++
4
star
11

A8-Programs-written-in-Yabal

A music tracker and some other stuff written in Yabal for the Astro-8
Python
4
star
12

armstrong

3
star
13

Bad_Apple_Astro8

Python
2
star
14

vault

Python
2
star
15

Auto-File-Sorter

Very simple tool used to sort files in a given directory
Python
2
star
16

LMark

Markdown language meant for compilation into LaTeX, meant to simplify the syntax
C++
2
star
17

ObjectRecognitionNeuralNetwork

A simple Object Recognition neural network (currently training to recognize humans), built in C#, with training, networking, and previewing.
C#
2
star
18

PricePredictNeuralNetwork

A simple neural network built to predict a future price based on historical data.
C#
1
star
19

Astro8-Discord-Bot

Assembly
1
star