+ 3
Why is assembly so hard?
.......because it involves things like EX,REX,etc
3 Antworten
+ 7
Because you have to hard code everything yourself, loops, conditions, function calls. Keeping track of registers and memory. Higher level languages simplify all that.
+ 4
@helioform
ya, you are right there are no modules, nothing so you have to make everything yourself
+ 2
low level language.