People have asked me why waste time learning a bare metal pure RISC-V assembler when you could just use a C compiler or a RISC-V emulator.
Answer: Because I can, and because I want to do it the hard way. My brain needs big challenges every now and then to push me out of my comfort zone, knowing that I might fail.
And I am curious what this RISC-V assembler looks like.
Also, let's explore new creative ideas on how to design firmware that has no basis in existing technologies.
There is a git repository but I on purpose will not share it. I want other people get inspired in RISC-V and create their own code from scratch independently not as a team effort.