Pconst167 / sol-1

Sol-1: A CPU/Computer System made from 74 series logic.
http://sol-1.org
67 stars 3 forks source link
assembler assembly c-compiler cpu electronics hdl operating-system unix verilog

Sol-1 Homebrew Minicomputer

Sol-1 is a homebrew CPU and Minicomputer built from 74HC logic. It is published here for educational purposes.

Features

Hardware

Register Table

General Purpose Registers

16bit 8bit Description
A AH/AL Accumulator
B BH/BL Base Register (Secondary Counter Register)
C CH/CL Counter Register (Primary Counter)
D DH/DL Data Register / Data Pointer
G GH/GL General Register (For scratch)

Special Purpose Registers

16bit 8bit Description
PC Program Counter
SP Stack Pointer
SSP Supervisor Stack Pointer
BP Base Pointer (Used to manage stack frames)
SI Source Index (Source address for string operations)
DI Destination Index (Destination address for string operations)
PTB Page Table Base
Status CPU Status
Flags Arithmetic and Logic flags register

Software

Video demonstrations here

Licensing Terms

CC BY-NC-SA 4.0 DEED Attribution-NonCommercial-ShareAlike 4.0 International

You are free to: Share — copy and redistribute the material in any medium or format. Adapt — remix, transform, and build upon the material. The licensor cannot revoke these freedoms as long as you follow the license terms.

Under the following terms: Attribution — You must give appropriate credit , provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. NonCommercial — You may not use the material for commercial purposes. ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.

No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits. Notices: No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material.

Paulo Constantino