<<< | Index | Why program in Assembly ? >>> |
High-level language programs are portable.
(Although some programs could still have a few machine-dependent details, they can be used with little or no modifications on other types of machines.)
High-level instructions:
Program development is faster
Fewer lines of code
Program maintenance is easier
Compiler translates to the target machine language.
<<< | Index | Why program in Assembly ? >>> |