|
|
|
|
|
by drdaeman
3776 days ago
|
|
The language isn't particularly complicated, but with the assembly it's very easy to lose the sight of the forest for the trees. I think that's why barely anyone uses raw assembly for any big pieces of code, unless they either have to (severe hardware constraints, lack of any compilers, or some specific needs) or want to challenge themselves. Higher level languages are there for a reason :) |
|