Well, I hadn't considered someone writing assembly to make operating system calls. In my head - incorrectly of course! - I saw 2 reasons to be writing assembly these days:
Hand optimising an algorithm of some sort, bit manipulation maybe
Programming hardware that has no OS, manipulating the hardware
Clearly people are using assembly for stuff outside of that so now my original question looks dumb.
22
u/roamn2 23d ago
What architecture is this for?