Is Assembly-language programs are written using binary codes?

1 answer

Answer

1157223

2026-07-09 10:35

+ Follow

Assembly language allows the developer to have almost total control over what the sequence of instructions will be when a program executes. A compiler tries to translate a high level language such as C++ into a series of instructions, but a good assembly language programmer may be able to optimize the sequence when a compiler cannot.

Primarily assembly language is used for speed and optimal machine code.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.