answersLogoWhite

0

Most assemblers support binary, decimal, hexadecimal and octal notations.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Reserved word in assembly language program?

use of reserved word in assembly language


8086 assembly language that accepts two input digits?

In 8086 assembly language, you can accept two input digits by using interrupts to read from the keyboard. You would typically use the INT 21h service with function 01h to read a character, storing each digit in a register or memory location. After reading both digits, you can convert them from ASCII to their numeric values by subtracting 30h from each character. This allows you to perform arithmetic operations on the input digits as needed.


Which language use mnemonic code?

assembly language


Why you use section in assembly language?

I section in assembly to speed up algorithms that use.


What type of programming language does assembly language use?

Assembly language uses a low-level programming language that directly corresponds to machine code instructions.


How do you convert binary to hexadecimal using assembly language?

Well, honey, in assembly language, you convert binary to hexadecimal by grouping the binary digits into sets of four, then converting each group into its hexadecimal equivalent. You can use bitwise operations like shifting and masking to make the conversion process smoother. Just remember, in the end, hexadecimal is just a fancy way of saying "base 16."


Why does machine language use binary digits?

two, zero & one


What is the use of assembly language?

Abubakar sani Nigeria limited


What are the short words that are use in assembly language called?

mnemonic


How do you translate pascal language to assembly language?

Why would you want to do that? The usual procedure is to translate a high-level language such as Pascal to machine language. If you really want assembly language - perhaps to see how the Pascal compiler does its work - then presumably you can use a disassembler to convert the machine language (the executable file) into assembly language.


What computer language uses mnemonic names?

Assembly Language


Where we can use C pogramming and why?

When you are doing system level programming, because it is the closest language there is to assembly language.