@scathach is this.

Scratch but assembly

@scathach I would unironically use this to learn ASM
@katrinaaster @scathach same, this looks like it could be very neat
@scathach An image so cursed that it might actually be blessed.
@scathach the JPEG compression adds an extra level of cursed vibes
@scathach Oh hey, it's "Human Resources Machine!" Mildly fun, at least once.
@mjfgates @scathach yeah, human resource machine is a great game :)

@scathach was really confused about the xor, had to look it up.

TIL it's more space efficient than mov 0 (among other really arcane reasons): https://stackoverflow.com/questions/1396527/what-is-the-purpose-of-xoring-a-register-with-itself#1396552

What is the purpose of XORing a register with itself?

xor eax, eax will always set eax to zero, right? So, why does MSVC++ sometimes put it in my executable's code? Is it more efficient that mov eax, 0? 012B1002 in al,dx 012B1003 push ...

Stack Overflow
@scathach im a scratcher and idk what this means
@scathach when they said starting from scratch this is not what i had in mind
@scathach Now I need to dig up LEGO Mindstorms...
@scathach this but unironically!
@scathach Ah yes, when you're auditing dependencies for your enterprise SAAS app and you ask yourself why the hell is Scratch in there and some mad lad has implemented pad-left with Scratch and 5 million packages depend upon it. 👌