Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

sam-astro/Astro8-Computer

Repository files navigation

Badge License   Button Discord


The Astro-8 is a 16-bit computer design. It has a (almost) workingLogisim 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.

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

Programming

The two most supported ways to program for the computer is using theassembly language orArmstrong.

Documentation

Button Documentation

Installation

Windows

  1. Navigate tothe most recent release, and download theWindows version
  2. Unzip the downloaded file

Linux

  1. Make sure you haveSDL2 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 tothe most recent release, and download theLinux version
  2. Unzip the downloaded file

From Source

  1. Clone this repository in a command line usinggit 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 haveSDL2 installed on your system
  3. Enter the directoryAstro8-Computer/Astro8-Emulator/linux-build
  4. Run CMake usingcmake .. to generate Unix Makefile
  5. Runmake -j5 to generate executable
  6. The executable isAstro8-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.


About

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

Topics

Resources

License

Stars

Watchers

Forks

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp