MPMC Assignment – II 1. 2. 3. 4. 5. 6.
Explain in detail about dedicated interrupts Explain about software interrupts & INTR interrupts Explain about 8086 pin diagram Explain about string comparison with an assembly language program What is procedure? Specify different types of procures and distinguish them. What is the difference between macro and procedure? Explain macro with passing parameters with an example
One mark questions 1. Define interrupt vector table 2. What are the sources of interrupts? 3. Explain about REP MOVSB 4. What is the difference between jump and call instructions? 5. What is type-2 interrupt? 6. What is the difference between near and far procedures? 7. How the starting address of ISP is obtained? 8. Write the syntax of stack segment 9. What are the operations performed by call instruction? 10.What are the different ways for passing parameters to and from procedures? 11.Define reentrant procedure 12.Write a macro with parameters. 13.What are the advantages and disadvantages of procedure 14.What are the advantages and disadvantages of macro 15.What is the difference between macro and procedure