the tiny bit of assembly programming i've done was in x86 and mips at uni
it was a fun challenge and interesting to have all abstraction removed like no room for any magic here
but mostly, it felt like a chore
manually managing the stack and registers when you know that pretty much all higher-level languages were invented to save the programmer from this tedium, and c compilers these days outperform the best handwritten assembly, ugh 😩
1/2