answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

no

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is Assembly-language programs are written using binary codes?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Do binary codes uses 1 and 2?

binary codes uses 0 and 1


Both computer instructions and memory address are represented by?

Binary Codes


What has the author Karen L Traynor written?

Karen L. Traynor has written: 'The optimisation of some binary linear codes'


What is the difference between binary codes and bcd codes?

In BCD each digit of a decimal number is coded as a separate 4 bit binary number between 0 and 9.For example:Decimal 12 in BCD is shown as 0001 0010 (Binary 1 and Binary 2), in Binary it is 1100.


What does 011510 mean in binary codes?

With that big old '5' in there, this can't be a binary number. A binary number is written with only 2 symbols. They're usually represented as '0' and '1', but they can be any two different marks. The number in the question has 3 different marks.


What is low level programing languages?

The programs written in Machine codes (like hexadecimal codes) are the Low level programs. These are understood only by the Microprocessor they are written for and written on. Whereas the High level programs are written in English like languages which are human redable.


How many bytes are in a binary code?

There is no real answer to this. Binary codes can be any length. The minimum length is 1 byte.


What are weighted binary codes?

It is that type of binary code where weights are assigned to each symbol position in the code word.


What instructions carry out a task on the computer?

The binary codes in the registry.


What are different types of binary code?

BCD codes,gray code,error detecting code,ASCII character code,Excess 3 code


What kind of data is in the form of numbers?

binary codes or a number chart


What is the purpose of binary codes?

A Binary code is a way of representing text or computer processor instructions by the use of the binary number system's two-binary digits 0 and 1.So the purpose of binary code is to issue human readable code, changed to machine code (binary) that the computer understands and can execute the instructions.