|
|
|
|
|
by johnfound
3192 days ago
|
|
Well, I am pretty average programmer. Not the worst, not the best. The code reliability of assembly programs is better because programming algorithms in low level, the programmer controls every aspect of the execution. Notice, that excessive use of code generation macros will cancel this advantage. Another advantage is that the bugs in assembly programs usually cause immediate crash of the program and this making the fixing easy. Defer crashes and strange/random/undefined behavior of bugs in assembly programs is rare. IMO, this is because of reduced count of abstraction layers. |
|