Tuesday, March 24, 2020

8086 Stack Excercise


1. Suppose that AX=1234h ,BX=5678h, CX=9ABCh, and SP=0100h . Give the contents of AX,BX, CX, and SP after executing the following instructions:

    PUSH AX     
    PUSH BX     
    XCHG AX,CX  
    POP  CX     
    PUSH AX     
    POP  BX  


  



No comments:

Post a Comment

How to Write Summary of a Research Paper

Paper Summary should contain the following points: What problem author’s solved? What are the motivations for that problem? Why is it import...