Jeremiah

Results 15 comments of Jeremiah

Answers to questions that a new person might have when they first find this git repo. So the biggest thing I need help with is a list of questions people...

Hopefully this: https://github.com/oriansj/stage0/blob/master/questions_asked_by_new_people.org is sufficiently clear. Please let me know what isn't completely clear and if you have any more questions and most of all thank you for sharing your...

well yes. https://github.com/oriansj/stage0-posix-riscv64/blob/master/riscv64_defs.M1 and https://github.com/oriansj/stage0-posix-riscv32/blob/master/riscv32_defs.M1 and the reason for the ordering, it is because of the order of bits in RISC-V instructions and we wrote the code in M1 macro...

actually beating impossible is too easy. Here is the solution. rule zero: only allow one base to be active at a time. rule one: never do research until you have...

If one absolutely needed a C compiler for whatever reason, I know from experience to fit it into 16KB you'll want to write it in Assembly. Having done this myself,...

> Small c is missing a lot, and there are no self hosted c compilers in source form. Bds is very fast and small, but has odd memory/linkage and knows...

upgrading to pygame 2.5.2 appears to stop the crashing for sway. Successfully played game to end on Impossible with only the below being written to the console. Singularity 1.00 (commit:...

I like it but 2 minor details: 1) the syscalls should added to M2libc such that the code becomes more standard C. 2) the wrap.c program belongs in mescc-tools-extra which...

Yes it does work, however the big problem is that it is extremely touchy about nyacc versions. You need to use: https://download.savannah.gnu.org/releases/nyacc/nyacc-1.00.2.tar.gz the full and exact steps needed for the...

that is perfectly fine. Thank you for your help.