dunno where else to put this.
http://geckocodes.org/index.php?arsenal=3
I was messing with already converted asm, putting new instructions here and there and when I saw all the alignment I'd have to do, I said "F this. let javascript do this for me." I was gonna use some of the code from that conversions page as a huge building block(hope no one gets mad >.>) cuz I saw it does %4 and %8 checks to insert spaces and newlines. It also had some space removing code. I was thinking that's all the code I needed for this to work. Remove all spaces, insert spaces and newlines where they belong and output the fixed code. But if I copy and paste my unaligned code into the hex box, convert to ascii and then covert back to hex, I think that actually works. Anyone ever did this and it worked perfectly fine/didn't work at all? I'm not about to write some javascript when something else can already achieve this.