... a bootstrapping path to a C compiler capable of
Compiling GCC, with only the explicit requirement of a single 1 KByte binary or less.

Jeremiah Orians bfde853549 Added bountry checking on memory access to ensure out of bounds access does not occur hace 7 años
High_level_prototypes b65c866e75 Incorporated 3OP CMPJUMP instructions hace 7 años
Library function prototypes 73651b577e Fixed typo of CMPSKIP(u) to CMPSKIP(u)I which is required per the naming convention hace 7 años
Linux Bootstrap 6383c9a5a0 Improved Linux bootstrap tooling base hace 7 años
img a6e081c657 Experimenting with org-mode images hace 8 años
public a8b228c61e Completed initial prototype supporting Javascript for Web Assembly IDE hace 7 años
stage0 d7bab06902 Revised stage0 monitor with several minor improvements and updated checksums hace 7 años
stage1 1b1b94a121 Corrected naming of CMPJUMP(u) to CMPJUMP(u)I to match current naming standard hace 7 años
x86 14e4c6746a Minor reorganization hace 8 años
.gitignore 3d53e20bdc Updated Checksums and expanded notes to include bootstrap steps hace 7 años
CHANGELOG.org d290caa215 Corrected flaws in Changelog hace 7 años
Checksums.org d7bab06902 Revised stage0 monitor with several minor improvements and updated checksums hace 7 años
ISA_HEX_Map.org b65c866e75 Incorporated 3OP CMPJUMP instructions hace 7 años
Knight.py 63c2e03b07 Added a new function to the IDE to shorten debugging time hace 7 años
LICENSE 7bad58ea0b Added README and LICENSE hace 8 años
README 5f4e55b309 Improved documentation to reflect sytle information obtained. hace 8 años
User_Interface.py 63c2e03b07 Added a new function to the IDE to shorten debugging time hace 7 años
Web Interface prototype Generator.py 9331df8920 Made Static development prototype into a wrapper around generic library so that web program can be more easily tested hace 7 años
dynamic_execution_trace.c 7fc352944d Added dynamic tracing capability to vm hace 7 años
makefile 7fc352944d Added dynamic tracing capability to vm hace 7 años
notes.org 3d53e20bdc Updated Checksums and expanded notes to include bootstrap steps hace 7 años
tty.c cd1816c9b1 Enable raw mode access for VM interactions hace 7 años
vm.c bfde853549 Added bountry checking on memory access to ensure out of bounds access does not occur hace 7 años
vm.h bfde853549 Added bountry checking on memory access to ensure out of bounds access does not occur hace 7 años
vm_decode.c bfde853549 Added bountry checking on memory access to ensure out of bounds access does not occur hace 7 años
vm_instructions.c bfde853549 Added bountry checking on memory access to ensure out of bounds access does not occur hace 7 años
wrapper.c 1fa2f125f3 Increase amount of available memory to 4MB hace 7 años

README

This is a set of manually created hex programs in a Cthulhu Path to madness fashion.
Which only have the goal of creating a bootstrapping path to a C compiler capable of
Compiling GCC, with only the explicit requirement of a single 1 KByte binary or less.

Additionally, all code must be able to be understood by 70% of the population of programmers.
If the code can not be understood by that volume, it needs to be altered until it satifies the above requirement.

WE DON'T WANT YOUR CLEVER CODE. Only stupidly simple code will be accepted.
The Madness must be satisfied and only with the Blood ritual of code we perform here.

This repo contains a few of my false start pieces that may be of interest to people who
want to independently create the root binary, I welcome all bug fixes and code that aids
in the above stated goal.

I'll be adding more code and documentation as I build pieces.
ALL code in this REPO is under the GPLv3 or Later.