answersLogoWhite

0

Language of the 8086 machine

Updated: 11/3/2022
User Avatar

Wiki User

15y ago

Best Answer

Assembly

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Language of the 8086 machine
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write a program in 8086 assembly language to draw a circle?

You need an 8086 assembly language pencil.


What is machine cycle in 8086 mp?

800ns


Assembly language program for string concatenation using 8086 microprocessor?

write program to concatenating two sting in 8086 assembly language


How many type of instructions does the 32-bit Intel 8086 have?

The Intel 8086/8088 is not a 32 bit machine. It is a 16 bit machine. It has 72 instruction types.


What are pseudo code in 8086?

Pseudocode is code that is not specific to any architecture nor programming language. It is intended to be human-readable, not machine-readable, and is primarily used to demonstrate the operating principals of an algorithm in a high-level format suitable for any architecture and any language. The 8086 is a specific architecture, so any code produced specifically for it cannot be regarded as being pseudocode since it would have to be in a machine-readable form.


8086 assembly program to sort a list of integers?

assembly language program for sorting an array using 8086 microprocessor.


How do you multiply two numbers in assembly language 8086?

Yes.


Can 8085 CPU replace 8086 CPU?

No. The 8086 has instructions not present in the 8085. The 8086 was marketed as "source compatible" with the 8085, meaning that there was a translator program which could convert assembly language code for the 8085 into assembly language code for the 8086. However, this does not mean that the compiled 8086 assembly code would then run on an 8085; among other things, the 8086 was a true 16-bit processor, as opposed to the 8085 which was an 8-bit processor that supported a few 16-bit operations.


Can you teach me assembly language programming with 8086 in detail?

No, you need a real teacher, and a textbook.


What are the Feature of machine language?

what are the features of machine language?


Could you write a assembly language program in tasm To check whether a given number present in a sequence of given memory location containing the string to be checked in 8086?

8086 assembly language program to check wether given number is perfect or not


What is Alp for multiplication of two digit BCD numbers in 8086?

Assembly language programe for multiplication