Kingcom

Results 11 comments of Kingcom

Very nice! Can you maybe test what happens if you don't set the COP0 bit, too?

Hm, I'm not sure if these would be ideal for Windows packages. What do you think of using [GNUInstallDirs](https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html) and overriding the variables with suitable paths when on Windows? That'd...

Can you provide an example file that produces this problem?

I've had no issues with it on Windows with VS 2017 using both debug and release configurations. On Ubuntu 20.04 with GCC 9 it also ran fine, though Valgrind showed...

Okay, I could reproduce the crash with GCC 9 as well when using -O3 and -fno-inline (Clang 10 works). It seems to crash whenever tinyformat is used at all. Not...

I feel documenting that the macros may use r1 for temporary values (as specified by the standard MIPS ABI) is enough here. If the code doesn't conform to the standard...

These directives do not automatically align. They should probably emit a warning if they are used outside of the required alignment, as opcodes do.

This could be a worthwhile addition, but is likely not trivial to implement. I imagine it'd be similar to macros. Probably not something I'd get around to anytime soon, but...

Sorry, I forgot about this one. The -sym option was meant to be compatible with the no$gba assembler, which is why it also lowercases everything. -sym2 was an extension made...

Please use the current master branch instead of v0.11.0, these errors are already fixed there.