[ prog / sol / mona ]

prog


Russians Still Write New Programs in 32bit x86 Assembly

4 2024-09-01 02:45 *

That's cool. It's not wrong to write software in the direct ISA, it's simply a matter of cost efficiency - you need a high amount of consideration to design your software to work within the plumbing of the ISA. The reason why programmers use high level languages in practice is for the purpose of allowing the software to develop more rapidly when compared to using the direct ISA.

6


VIP:

do not edit these