Mark Street

Results 140 comments of Mark Street

The job only needs to run when a commit is pushed/merged to the main branch, you don't need to be continually running something, unless I'm missing something?

There are a few versions of the compiler. We are looking at versions 3.5 and 3.6, which only appear to exist as 16bit binaries. For a little more context, this...

Here's the last 20 commands (I've also attached the whole log file should that be of interest). It's all Greek to me! ``` $ tail -20 /tmp/CC1PSX.EXE-cpu.0.log AX=0000 BX=0049 CX=0AFC...

Does this suggest that the program could be patched to be treated as a 32bit app from the get go (and thus runnable via wine)? Or is this a fundamentally...

I should have been more clear, we can run the CC1PSX compiler via dosemu/dosbox BUT we are after a lighter solution. We are finding that the process seems to take...

Hah I've been trying to keep the details light to avoid derailing this Issue... but here goes. We have a PR to our project (https://github.com/decompme/decomp.me/pull/651) that adds dosemu2 in order...

`sp9` is implicit. Looking at the code you can see that sp10 is at least 0x10 big, and sp8 is at least 0x4 big: ```c memcpy(&sp10, data, 0x10); // copy...

There was talk of reading some data from the ELF header to distinguish different elf types.. i think that checking the arch is 5900 seems good enough? ``` $ mips-linux-gnu-objdump...

My thoughts for just looking for 0x0092 was that it should be enough without having to worry about any edge cases. As it stands create_config doesn't support ps2, so the...

Tried this branch on sssv master ``` root@148666ccfc25:/sssv# make extract python3 tools/splat/split.py sssv.us.yaml splat 0.22.2 (powered by spimdisasm 1.21.0) Traceback (most recent call last): File "/sssv/tools/splat/split.py", line 7, in splat.scripts.split.main(...