answersLogoWhite

0


Best Answer

Macro is a segment of code that needs to be written only once but whose basic structure can be repeated with each reference

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are MACROS in 8086 microprocessors?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why cant you use other microprocessors in CPU instead of 8086?

You can. There are thousands of microprocessors.


8088 and 8086 were introduced by?

The 8086/8088 family of microprocessors was introduced by Intel.


How many pins are available in 8086?

The 8086 family of microprocessors, including the 8086, 80C86, and 80C86AL, are presented in 40-pin DIP packages.


What are 10 microprocessors?

Ten microprocessors are the 4004, 4040, 8008, 8080, 8085, 8086, 8088, 80286, 80386, and 80486.There are many more, and this list only included some of the Intel microprocessors, in mostly historical order.


What are the examples of microprocessors?

E.g. 8085, 8086, 8255, 8051, 6800, 8257, 8251 and many more...


Can a program written in 8085 microprocessor run in 8086 microprocessor?

No. They have a different instruction set. However, the processors are sufficiently similar that an 8086 assembler could assemble an 8085 program, given appropriate constants and macros. Some things, however, such as RIM, SIM, RST, etc. do not have equivalents in the 8086.


What is the evolution of Intel computer?

It starts with the 4004 chipset (4 bit) and 8008 microprocessor (8 bit). The successor of the 4004 was the 4040, but this architecture was a dead end. The successors of the 8008 were the 8080, 8085, 8086, 8088, 80186, 80286, 80386, 80486, Pentium, etc. including the current multicore microprocessors. IBM chose to base their PC on the 8086 and 8088, then as successive newer microprocessors were developed new versions of the IBM PC used those microprocessors. Intel also produced many specialized microprocessors and microcontrollers including some RISC microprocessors (e.g. i860, i960). Current Apple Macintosh computers also use the latest Intel multicore microprocessors.


Difference between 8086801868028680386 microprocessors?

8086 is a 16 bit processor and 80186,80286,80386,80486.Pentium etc are advanced microprocessors with certain additional features like virtual memory,memory management,protection features etc.Also their operating speed,memory capacity etc varies.They will operate in real mode where its like 8086 and virtual mode in which protection features are enabled


Main difference between 8085 and 8086?

The most significant difference between the Intel 8085 and 8086 microprocessors is that the 8085 is an 8-bit system and the 8086 is a 16-bit system. This difference allows the 8086 system to have a much larger set of operational instructions and can make calculations to more significant places. Note: the 8085 processor does have two 16-bit registers. The pointer and the program counter.


What is the difference between microprocessors 85 and 86?

85 is a 8 bit processor,number of flags are 5 and memory capacity is 64KB while 86 is a 16 bit processor ,number of flags are 9 and memory capacity is 1 MB.The main difference between 8085 and 8086 is that 8086 uses pipelining.


What is ic 8086?

8086 is a 16- bit microprocessor. It has 20-bit address bus. It has 14 16-bit registers. It has multiplexed address and data bus. It provides 33% duty cycle. 8086 supports multiprogramming. It is designed to operate in two modes, i.e. min and max. you can download the simulation program(for running your programs on your computer) at - http://www.ziddu.com/download/15018415/emu_8086.zip.html


What is coprocessor?

Co processor(8087 for 8086,80287 for 80286 etc) is also known as Math processor.It is a dedicated processor for performing arithmetic operations.It has very strong instruction set for numerical operations,faster than 8086 by 4 times.Normally 8086 and other microprocessors will take a lot of time to perform numerical operations and so in multiprocessor mode 8087 will work together with 8086 to solve numerical pronblems. The programmer can write a program with 8086 instructions and 8087 instructions together and so the speed will be improved.