How are you bootstrapping a modern C compiler without an existing C/C++ compiler and linker?
From 180 bytes of human readable machine code all the way up.
https://codeberg.org/stagex/stagex/src/branch/main/packages/...
In assembly, like stage0 does: https://github.com/oriansj/stage0
From 180 bytes of human readable machine code all the way up.
https://codeberg.org/stagex/stagex/src/branch/main/packages/...