The number of times I’ve used assembly in games is weirdly high. I always enjoy applying it. It’s more interesting than modern high level languages that handle everything for you. That said, I don’t know where it’s really professionally relevant anymore really.
The number of times I’ve used assembly in games is weirdly high. I always enjoy applying it. It’s more interesting than modern high level languages that handle everything for you. That said, I don’t know where it’s really professionally relevant anymore really.
Debugging fucked up C/C++ code for example.
Removed by mod
Some industrial / automotive MCUs have 1024 words of memory, so you really need to be efficient.
With the complexity of modern CPUs you’re doing more harm than good using assembly.