State the differences between a procedure and a macro.
Answer / Sunil Kumar Rana
A procedure is a collection of program instructions that performs a specific task. It can accept parameters, return values, and have local variables. A macro, on the other hand, is a shorthand notation for a frequently used set of instructions within the assembler language. Macros do not have their own memory area, and they cannot accept parameters or return values.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write the special functions carried by the general purpose registers of 8086?
Define the process of an interrupt operation in the 8086?
How to control and timing circuitry of the 8085.
Explain about interrupt driven mode of data transfer
What are the steps involved in a fetch cycle
The input/output signals are related to which pins?
Define psp and its structure?
Given a circuit, draw its exact timing response?
What are flag registers?
What does the eu do in the 8086?
State the type of addressing modes supported by the 8086?
Where can we find the sample assembly language programs?