info@avatto.com
+91-9920808017
0. Assume that EA = (X) + is the effective address equal to the contents of location X, with X incremented by one word length after the effective address is calculated; EA = –(X) is the effective address equal to the contents of location X, with x decremented by one word length before the effective address is calculated; EA = (X)– is the effective address equal to the contents of location X, with X decremented by one word length after the effective address is calculated. The format of the instruction is (opcode, source, destination), which means (destination source op destination). Using X as a stack pointer, which of the following instructions can pop the top two elements from the stack, perform the addition operation and push the result back to the stack.
ADD (X)–, (X)
ADD (X), (X)–
ADD –(X), (X)+
ADD –(X), (X)
You must be logged in to post a comment.
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login
You must be logged in to post a comment.