This repository contain all homemade standards for the 8bits computer
Copyright (C) 2020 Guillaume Guillet
This repository contains all homemade standard essentially for my 8bits computer but can be applied for any other purpose.
All processor standards contain documentation with a description, mechanical detail, electrical detail and pins placement.
“Simple Processor Standard”
19.08.2020 SPS1 (revision 3) , documentation here , changelog here\
All motherboard standards contain documentation with a description and every model with compatible processor.
“Mother Of Motherboard”
28.09.2020 MOM1_basic (revision 2) , documentation here , changelog here\\
28.09.2020 MOM1_SPS1 (revision 2) , documentation here , changelog here\
All memory standards contain documentation with a description, mechanical detail, electrical detail and pins placement.
“Memory module”
13.08.2020 MM1 (revision 1) , documentation here , changelog here\
All pheripheral standards contain documentation with a description, mechanical detail, electrical detail and pins placement.
“Parallel peripheral”
24.09.2020 PP1 (revision 1) , documentation here , changelog here\
CodeG is a homemade binary/simple language to be used in a homemade processor like GP8B.
“CodeG_binary”\
02.07.2020 CodeG_binary (revision 1)\
The binary version is what the processor will read and execute.
“CodeG_simple”\
02.07.2020 CodeG_simple (revision 1)\
The simple version allows you to write and read code much more simply but must be compiled to be executed by the processor.