I have a bunch of stuff floating around in various projects that I have built up over time. I thought that they may be useful to others and am in the slow process of getting them ready for "public consumption". So here is the first installment...
In this pack, there is a IEEE754 converter tools that lets you convert between different data representations of numbers as well as visualize and edit the bit statuses of different values. There is also a "stage 0" lookup table builder that generates the necessary asm code to build lookup tables of common curves according to user-specified values. Finally, there is an opcode reference that includes all of the opcodes supported by SM's assembler (to save you from going to the wiki).
Obviously, these are more for the "hardcore" coders around here, but they may be useful to those that are interested in diving into assembly but don't have a centralized reference for such tools. Anyway, if there is enough interest, I'll post more tools like this in the coming weeks.
Please let me know if you find any errors or have ideas to improve these tools!
-cyto


















